UNPKG

291 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "lib": [
5 "es6"
6 ],
7 "noImplicitAny": true,
8 "noImplicitThis": true,
9 "strictNullChecks": true,
10 "strictFunctionTypes": true,
11 "strict": true,
12 "noEmit": true,
13 "forceConsistentCasingInFileNames": true
14 }
15}
\No newline at end of file