UNPKG

724 BJSONView Raw
1{
2 "compilerOptions": {
3 "newLine": "LF",
4 "target": "ES6",
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 "strict": true,
19 "noImplicitAny": false,
20 "noImplicitThis": false,
21 "strictNullChecks": false,
22 "experimentalDecorators": true,
23 "emitDecoratorMetadata": true
24 },
25 "exclude": [
26 "assets",
27 "build",
28 "doc",
29 "legal",
30 "log",
31 "node_modules",
32 ".#*"
33 ],
34 "compileOnSave": true,
35 "buildOnSave": false,
36 "atom": {
37 "rewriteTsconfig": false
38 }
39}