UNPKG

735 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 "lib": [
11 "DOM",
12 "ES2017",
13 "DOM.Iterable",
14 "ScriptHost",
15 "esnext.asynciterable"
16 ],
17 "strict": true,
18 "strictNullChecks": false,
19 "forceConsistentCasingInFileNames": true,
20 "noImplicitReturns": true,
21 "noUnusedLocals": true,
22 "experimentalDecorators": true,
23 "emitDecoratorMetadata": true
24 },
25 "include": ["index.ts", "bin/*.ts", "lib/**/*.ts", "test/**/*.ts"],
26 "exclude": [".#*"],
27 "compileOnSave": true,
28 "buildOnSave": false,
29 "atom": {
30 "rewriteTsconfig": false
31 }
32}