erratic-gate/tsconfig.json
2020-04-13 23:39:00 +03:00

15 lines
353 B
JSON

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