UNPKG

322 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "target": "es5",
5 "noImplicitAny": false,
6 "strictNullChecks": true,
7 "stripInternal": true,
8 "sourceMap": true,
9 "outDir": "dist",
10 "typeRoots" : ["./node_modules/@types","./custom-typings"]
11 },
12 "exclude": [
13 "node_modules",
14 "dist"
15 ]
16}