UNPKG

791 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": true,
19 "noImplicitAny": false,
20 "strictNullChecks": false,
21 "forceConsistentCasingInFileNames": true,
22 "noImplicitReturns": true,
23 "noUnusedLocals": true,
24 "experimentalDecorators": true,
25 "emitDecoratorMetadata": true
26 },
27 "include": ["index.ts", "bin/*.ts", "lib/**/*.ts", "test/**/*.ts"],
28 "exclude": [".#*"],
29 "compileOnSave": true,
30 "buildOnSave": false,
31 "atom": {
32 "rewriteTsconfig": false
33 }
34}