UNPKG

485 BJSONView Raw
1{
2 "compilerOptions": {
3 "target": "es6",
4 "module": "commonjs",
5 "removeComments": false,
6 "strict": true,
7 "noUnusedLocals": true,
8 "noUnusedParameters": true,
9 "noImplicitReturns": true,
10 "noFallthroughCasesInSwitch": true,
11 "moduleResolution": "node",
12 "esModuleInterop": true,
13 "allowUnusedLabels": false,
14 "forceConsistentCasingInFileNames": true,
15 "newLine": "LF",
16 "allowUnreachableCode": false
17 }
18 }
\No newline at end of file