UNPKG

778 BJSONView Raw
1{
2 "compilerOptions": {
3 "newLine": "LF",
4 "target": "ES2016",
5 "module": "CommonJS",
6 "moduleResolution": "Node",
7 "jsx": "react",
8 "declaration": true,
9 "declarationMap": true,
10 "sourceMap": true,
11 "lib": [
12 "dom",
13 "es2017",
14 "dom.iterable",
15 "scripthost",
16 "esnext.asynciterable"
17 ],
18 "strict": false,
19 "strictNullChecks": false,
20 "forceConsistentCasingInFileNames": true,
21 "noImplicitReturns": true,
22 "noUnusedLocals": false,
23 "experimentalDecorators": true,
24 "emitDecoratorMetadata": true
25 },
26 "include": [
27 "index.ts",
28 "lib/**/*.ts",
29 "test/**/*.ts",
30 ],
31 "exclude": [
32 ".#*"
33 ],
34 "compileOnSave": true,
35 "buildOnSave": false,
36 "atom": {
37 "rewriteTsconfig": false
38 }
39}