blob: 5e4d5b9aa7b72ac6fd1464a1adfb521438267ff8 [file] [log] [blame]
simon20076982022-10-11 15:04:13 -04001{
simon20076982022-10-11 15:04:13 -04002 "compilerOptions": {
Misha Krieger-Raynauld173fbba2022-11-16 14:10:38 -05003 "target": "esnext",
4 "module": "esnext",
5 "rootDir": "src",
6 "moduleResolution": "node",
simon20076982022-10-11 15:04:13 -04007 "declaration": true,
8 "outDir": "dist",
Misha Krieger-Raynauld173fbba2022-11-16 14:10:38 -05009 "esModuleInterop": true,
10 "forceConsistentCasingInFileNames": true,
11 "strict": true,
12 "skipLibCheck": true
13 }
simon20076982022-10-11 15:04:13 -040014}