UNPKG

388 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "lib": ["es6"],
5 "target": "es6",
6 "noImplicitAny": true,
7 "noImplicitThis": true,
8 "strictNullChecks": true,
9 "strictFunctionTypes": true,
10 "noEmit": true,
11 "allowSyntheticDefaultImports": false,
12 "baseUrl": ".",
13 "paths": {
14 }
15 }
16}