UNPKG

309 BJSONView Raw
1{
2 "compilerOptions": {
3 "strict": true,
4 "noUnusedLocals": true,
5 "noUnusedParameters": true,
6 "noImplicitReturns": true,
7 "noFallthroughCasesInSwitch": true,
8 "noImplicitAny": true,
9 "noImplicitThis": true,
10 "allowSyntheticDefaultImports": true,
11 "moduleResolution": "node"
12 }
13}
\No newline at end of file