From 114e2154aabce16b4e941b2f2a8e60071fdfd329 Mon Sep 17 00:00:00 2001 From: Maurizio Vitale Date: Wed, 8 Dec 2021 16:14:07 +0000 Subject: [PATCH] Fix the typo (#2378) --- app/tsconfig.app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/tsconfig.app.json b/app/tsconfig.app.json index 3b20a94ed..967026603 100644 --- a/app/tsconfig.app.json +++ b/app/tsconfig.app.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.json", "compilerOptions": { - "outDir": "../out-tsc/modeling-ce", + "outDir": "../out-tsc/content-ce", "types": [] }, "files": ["src/main.ts", "src/polyfills.ts"],