UNPKG

557 BJSONView Raw
1{
2 "compilerOptions": {
3 "target": "es2017",
4 "module": "commonjs",
5 "moduleResolution": "node",
6 "sourceMap": true,
7 "emitDecoratorMetadata": true,
8 "experimentalDecorators": true,
9 "removeComments": false,
10 "noImplicitAny": false,
11 "suppressImplicitAnyIndexErrors": true,
12 "typeRoots": [
13 "../node_modules/@types",
14 "node_modules/@types"
15 ],
16 "types": [
17 "node"
18 ]
19 },
20 "include": [
21 "../api/*",
22 "../api",
23 "../api/**/*",
24 "**/*",
25 "*"
26 ],
27 "exclude": [
28 "node_modules"
29 ]
30}
\No newline at end of file