UNPKG

296 BJSONView Raw
1{
2 "compilerOptions": {
3 "target": "es6",
4 "module": "commonjs",
5 "noImplicitAny": true,
6 "removeComments": true,
7 "preserveConstEnums": true,
8
9 "sourceMap": false,
10 "declaration":true
11
12 },
13
14 "exclude": [
15 "node_modules",
16 "wwwroot"
17 ]
18}
\No newline at end of file