blob: 184d4d790061351feb4fc0f4bc4a3dfa385d7345 [file] [log] [blame]
simon20076982022-10-11 15:04:13 -04001{
simon20076982022-10-11 15:04:13 -04002 "compilerOptions": {
Misha Krieger-Raynauld86917ea2022-11-20 14:21:02 -05003 "composite": true,
Misha Krieger-Raynauld173fbba2022-11-16 14:10:38 -05004 "target": "esnext",
5 "module": "esnext",
6 "rootDir": "src",
7 "moduleResolution": "node",
simon20076982022-10-11 15:04:13 -04008 "declaration": true,
Misha Krieger-Raynauld86917ea2022-11-20 14:21:02 -05009 "declarationMap": true,
simon20076982022-10-11 15:04:13 -040010 "outDir": "dist",
Misha Krieger-Raynauld173fbba2022-11-16 14:10:38 -050011 "esModuleInterop": true,
12 "forceConsistentCasingInFileNames": true,
13 "strict": true,
14 "skipLibCheck": true
15 }
simon20076982022-10-11 15:04:13 -040016}