From 9aa10a611a520fb50da641088c39aeba292f2a0a Mon Sep 17 00:00:00 2001 From: Janne Julkunen Date: Sun, 6 Mar 2022 17:50:51 +0200 Subject: [PATCH] Updated tsconfig for the library --- projects/lib/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/lib/tsconfig.json b/projects/lib/tsconfig.json index 9670a9d..eba86c5 100644 --- a/projects/lib/tsconfig.json +++ b/projects/lib/tsconfig.json @@ -5,6 +5,7 @@ "target": "es2015", "declaration": true, "inlineSources": true, + "stripInternal": true, "types": [], "lib": [ "dom", @@ -14,8 +15,8 @@ "angularCompilerOptions": { "skipTemplateCodegen": true, "strictMetadataEmit": true, - "enableIvy": false, "enableResourceInlining": true + "compilationMode": "partial" }, "exclude": [ "src/test.ts",