From 796efcf07b2f954a0838449704883654bedd7445 Mon Sep 17 00:00:00 2001 From: Nick Gallimore Date: Fri, 8 Aug 2025 20:59:28 -0400 Subject: [PATCH] Update tsconfig.app.json --- tsconfig.app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.app.json b/tsconfig.app.json index ce051b1..5debb86 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -2,7 +2,7 @@ { "extends": "./tsconfig.json", "compilerOptions": { - "outDir": "./dist/app", + "outDir": "./dist", "types": [] }, "files": ["src/main.ts"],