From 3c8feb5bbfa96693e61a2a50e72b32782c4faa19 Mon Sep 17 00:00:00 2001 From: Dariusz Filipiak Date: Mon, 25 Mar 2024 17:15:51 +0100 Subject: [PATCH] $$$ update $$$ --- package.json | 5 ++++- package.json_tnp.json5 | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f4e1575..00dc200 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,10 @@ "nodts": false, "obscure": false, "ugly": false, - "includeNodeModules": false + "includeNodeModules": false, + "cliBuildNoDts": false, + "cliBuildObscure": false, + "cliBuildIncludeNodeModules": false }, "smartContainerTarget": "", "type": "isomorphic-lib", diff --git a/package.json_tnp.json5 b/package.json_tnp.json5 index 7301b60..12075d3 100644 --- a/package.json_tnp.json5 +++ b/package.json_tnp.json5 @@ -27,6 +27,9 @@ obscure: false, ugly: false, includeNodeModules: false, + cliBuildNoDts: false, + cliBuildObscure: false, + cliBuildIncludeNodeModules: false, }, smartContainerTarget: '', @@ -51,4 +54,4 @@ "log", "typescript", ], -} +} \ No newline at end of file