UNPKG

360 BJSONView Raw
1{
2 "compileOnSave": false,
3 "compilerOptions": {
4 "target": "esnext",
5 "module": "commonjs",
6 "noImplicitAny": false,
7 "strict": true,
8 "declaration": true,
9 "strictNullChecks": true,
10 "resolveJsonModule": true,
11 "allowSyntheticDefaultImports": true,
12 "esModuleInterop": true,
13 "rootDir": "./src",
14 "outDir": "./build"
15 }
16}