From 2c490285e29e2cbf744a142d127bf7d235fe678c Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 4 May 2022 14:24:58 -0500 Subject: [PATCH] tsconfig: specify an outDir (to make it shut up) --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 9897be7350..5e0e8d07cb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "baseUrl": "app/", + "outDir": "build/", "sourceMap": true, "strict": true, "module": "es2022",