UNPKG

809 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 "strict": true,
19 "strictNullChecks": false,
20 "forceConsistentCasingInFileNames": true,
21 "noImplicitReturns": true,
22 "noImplicitAny": true,
23 "noUnusedLocals": true,
24 "experimentalDecorators": true,
25 "emitDecoratorMetadata": true
26 },
27 "include": [
28 "index.ts",
29 "bin/*.ts",
30 "lib/**/*.ts",
31 "test/**/*.ts"
32 ],
33 "exclude": [
34 ".#*"
35 ],
36 "compileOnSave": true,
37 "buildOnSave": false,
38 "atom": {
39 "rewriteTsconfig": false
40 }
41}
\No newline at end of file