Add (unused) outdir to tsconfig.json to silence bogus TypeScript compiler warning about overwriting input files.

This commit is contained in:
David Anson 2021-01-07 23:40:58 -08:00
parent 64265056c6
commit fd6564276e

View file

@ -1,6 +1,7 @@
{
"compilerOptions": {
"allowJs": true,
"outDir": "unused",
"resolveJsonModule": true
},
"include": [