erratic-gate/tsconfig.json
2019-07-15 14:45:52 +03:00

14 lines
320 B
JSON

{
"compilerOptions": {
"moduleResolution": "node",
"esModuleInterop": true,
"jsx": "preserve",
"noImplicitAny": true,
"experimentalDecorators": true,
"target": "esnext",
"strictNullChecks": true
},
"exclude": ["node_modules"],
"include": ["src"]
}