tsconfig: specify an outDir (to make it shut up)

This commit is contained in:
Alex Gleason 2022-05-04 14:24:58 -05:00
parent a9a5ab115e
commit 2c490285e2
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -1,6 +1,7 @@
{
"compilerOptions": {
"baseUrl": "app/",
"outDir": "build/",
"sourceMap": true,
"strict": true,
"module": "es2022",