UNPKG

575 BJSONView Raw
1{
2 "exclude": [
3 "dist",
4 "node_modules"
5 ],
6 "compilerOptions": {
7 "target": "es2017",
8 "declaration": true,
9 "declarationMap": true,
10 "esModuleInterop": true,
11 "module": "commonjs",
12 "moduleResolution": "node",
13 "noUnusedLocals": true,
14 "sourceMap": true,
15 "inlineSources": true,
16 "noImplicitAny": false,
17 "incremental": true,
18 "types": [],
19 "strict": true,
20 "pretty": true,
21 "lib": [ "ES2017", "ES2018.Promise", "DOM", "DOM.Iterable" ]
22 }
23}