diff --git a/tsconfig.json b/tsconfig.json index 9897be735..5e0e8d07c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "baseUrl": "app/", + "outDir": "build/", "sourceMap": true, "strict": true, "module": "es2022",