From eb494149cee6d648f8f32ff90fcb243feaa291b6 Mon Sep 17 00:00:00 2001 From: Danny Feliz Date: Tue, 11 Jun 2024 17:44:06 -0400 Subject: [PATCH] udpate config --- tsconfig.app.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.app.json b/tsconfig.app.json index e32c77b..195f91a 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -5,7 +5,6 @@ "compilerOptions": { "composite": true, "declaration": true, - "emitDeclarationOnly": true, "declarationDir": "./dist", "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", "noImplicitAny": false,