UNPKG

424 BJSONView Raw
1{
2
3 "compilerOptions": {
4 "module": "commonjs",
5 "moduleResolution": "node",
6 "target": "es6",
7 "sourceMap": true,
8 "removeComments": true,
9 "experimentalDecorators": true,
10 "emitDecoratorMetadata": true,
11 "lib": [
12 "esnext"
13 ],
14 "typeRoots": [
15 "node_modules/@types"
16 ]
17 },
18
19 "exclude": [
20 "node_modules",
21 "typings",
22 "typings/globals",
23 "typings/index.d.ts"
24 ]
25}
\No newline at end of file