UNPKG

317 BJSONView Raw
1{
2 "compilerOptions": {
3 "declaration": false,
4 "module": "CommonJS",
5 "target": "es2017",
6 "noImplicitAny": true,
7 "noLib": false,
8 "noImplicitReturns": true,
9 "noFallthroughCasesInSwitch": true,
10 "moduleResolution": "node",
11 "sourceMap": true
12 },
13 "exclude": [
14 "node_modules"
15 ]
16}
\No newline at end of file