downthemall/tsconfig.json
2019-08-20 16:41:37 +02:00

18 lines
368 B
JSON

{
"compilerOptions": {
"outDir": "build",
"module": "commonjs",
"target": "esnext",
"noImplicitAny": true,
"allowJs": true,
"alwaysStrict": true,
"strictNullChecks": true,
"newLine": "lf",
"noEmitHelpers": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"resolveJsonModule": true,
"sourceMap": true
}
}