From e39665236e4869909c390ae46caf035feb239fbf Mon Sep 17 00:00:00 2001 From: Dariusz Filipiak Date: Mon, 25 Mar 2024 17:15:58 +0100 Subject: [PATCH] $$$ update $$$ --- package.json | 7 +++++-- package.json_tnp.json5 | 5 ++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c3a3d17..ba91a0b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,10 @@ "nodts": false, "obscure": false, "ugly": false, - "includeNodeModules": false + "includeNodeModules": false, + "cliBuildNoDts": false, + "cliBuildObscure": false, + "cliBuildIncludeNodeModules": false }, "smartContainerTarget": "", "type": "isomorphic-lib", @@ -348,4 +351,4 @@ "yup": "1.1.1", "zone.js": "~0.13.0" } -} +} \ No newline at end of file diff --git a/package.json_tnp.json5 b/package.json_tnp.json5 index ffdb1e1..58eb88d 100644 --- a/package.json_tnp.json5 +++ b/package.json_tnp.json5 @@ -22,6 +22,9 @@ "obscure": false, "ugly": false, 'includeNodeModules': false, + 'cliBuildNoDts': false, + 'cliBuildObscure': false, + 'cliBuildIncludeNodeModules': false, }, 'smartContainerTarget': '', @@ -48,4 +51,4 @@ ], "workerPlugins": {}, -} +} \ No newline at end of file