UNPKG

730 BJSONView Raw
1{
2 "compilerOptions": {
3 "newLine": "LF",
4 "target": "ES2016",
5 "module": "CommonJS",
6 "moduleResolution": "Node",
7 "jsx": "React",
8 "declaration": true,
9 "sourceMap": true,
10 "rootDir": ".",
11 "lib": [
12 "DOM",
13 "ES2017",
14 "DOM.Iterable",
15 "ScriptHost",
16 "esnext.asynciterable"
17 ],
18 "forceConsistentCasingInFileNames": true,
19 "noImplicitReturns": false,
20 "noUnusedLocals": false,
21 "strict": false,
22 "strictNullChecks": false,
23 "experimentalDecorators": true,
24 "emitDecoratorMetadata": true
25 },
26 "exclude": [
27 "node_modules",
28 "docs",
29 "legal"
30 ],
31 "compileOnSave": true,
32 "buildOnSave": false,
33 "atom": {
34 "rewriteTsconfig": false
35 }
36}