UNPKG

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