UNPKG

519 BJSONView Raw
1{
2 "compilerOptions": {
3 "target": "es2018",
4 "module": "commonjs",
5 "lib": ["es2018"],
6 "noUnusedLocals": true,
7 "noUnusedParameters": true,
8 "removeComments": true,
9 "declaration": true,
10 "moduleResolution": "node",
11 "rootDir": "../../../",
12 "outDir": "../../../build",
13 "strictNullChecks": true,
14 "allowSyntheticDefaultImports": true,
15 "esModuleInterop": true
16 },
17 "include": [
18 "../../../**/*"
19 ],
20 "exclude": [
21 "../../../node_modules",
22 "../../../build"
23 ]
24}