UNPKG

557 BJSONView Raw
1{
2 "compilerOptions": {
3 "strict": true,
4 "noUnusedLocals": false,
5 "noUnusedParameters": false,
6 "experimentalDecorators": true,
7 "importHelpers": false,
8 "noEmit": true,
9 "removeComments": true,
10 "module": "commonjs",
11 "resolveJsonModule": true,
12 "esModuleInterop": true,
13 "moduleResolution": "node",
14 "target": "es6",
15 "sourceMap": true,
16 "jsx": "react",
17 "typeRoots": [
18 "node_modules/@types",
19 "node_modules/anux-package/typings"
20 ]
21 },
22 "exclude": [
23 "dist"
24 ]
25}
\No newline at end of file