erratic-gate/tsconfig.json
2019-07-15 20:25:55 +03:00

16 lines
383 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": { "*": ["types/*"] },
"moduleResolution": "node",
"esModuleInterop": true,
"jsx": "preserve",
"noImplicitAny": true,
"experimentalDecorators": true,
"target": "esnext",
"strictNullChecks": true
},
"exclude": ["node_modules"],
"include": ["src"]
}