UNPKG

755 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 "rootDir": ".",
12 "lib": [
13 "DOM",
14 "ES2017",
15 "DOM.Iterable",
16 "ScriptHost",
17 "esnext.asynciterable"
18 ],
19 "strict": true,
20 "noImplicitAny": false,
21 "noImplicitThis": false,
22 "strictNullChecks": false,
23 "experimentalDecorators": true,
24 "emitDecoratorMetadata": true
25 },
26 "exclude": [
27 "assets",
28 "build",
29 "doc",
30 "legal",
31 "log",
32 "node_modules",
33 ".#*"
34 ],
35 "compileOnSave": true,
36 "buildOnSave": false,
37 "atom": {
38 "rewriteTsconfig": false
39 }
40}