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"],