downthemall/tsconfig.json
Nils Maier dabf7f8a28 Prerolling and mime detection for some downloads
Only attempt this for a limited subset of downloads for now.
Related #45
2019-09-04 14:15:05 +02:00

20 lines
424 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,
"esModuleInterop": true,
"importHelpers": true,
"sourceMap": true
}
}