UNPKG

397 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "target": "es2017",
5 "removeComments": false,
6 "preserveConstEnums": false,
7 "declaration": true,
8 "experimentalDecorators": false,
9 "noEmitOnError": true,
10 "strict": true,
11 "lib": [
12 "es2017"
13 ]
14 },
15 "exclude": [
16 "node_modules",
17 "bin"
18 ]
19}
\No newline at end of file