UNPKG

302 BJSONView Raw
1{
2 "compilerOptions": {
3 "target": "es2015",
4 "module": "commonjs",
5 "noImplicitAny": true,
6 "strictNullChecks": true,
7 "noImplicitReturns": true,
8 "noImplicitThis": true,
9 "noUnusedLocals": true,
10 "noUnusedParameters": true
11 }
12}
\No newline at end of file