UNPKG

397 BJSONView Raw
1{
2 "compilerOptions": {
3 "target": "es2017",
4 "module": "commonjs",
5 "sourceMap": true,
6 "declaration": true,
7 "noImplicitAny": true,
8 "removeComments": true,
9 "moduleResolution": "node",
10 "inlineSources": true,
11 "strict": true,
12 "suppressImplicitAnyIndexErrors": true,
13 "skipLibCheck": true
14 },
15 "include": [
16 "src/**/*.ts"
17 ],
18 "compileOnSave": true
19}