From 69025cd110cdcd23fb5c8ccb7288cedee37c37dd Mon Sep 17 00:00:00 2001 From: arkon Date: Thu, 25 Jun 2020 20:53:30 -0400 Subject: [PATCH] Remove stripInternal compiler flag --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 89798c5..eedd31e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,6 @@ "experimentalDecorators": true, "declaration": true, "removeComments": true, - "stripInternal": true, "outDir": "lib_commonjs/", "rootDir": "src", "lib": ["dom", "es5", "es2015.core", "es2015.collection", "es2015.iterable", "es2015.promise"]