erratic-gate/tsconfig.json
Matei Adriel fccc1922fb loading
2019-07-23 22:53:59 +03:00

15 lines
348 B
JSON

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