From 47b53faa4bc959d691bde87b93f45b7b924fb373 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Mon, 9 Sep 2024 16:06:23 +0100 Subject: [PATCH] [MIGRATION] - the lesson is : do not change what is already working --- lib/js-api/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/js-api/tsconfig.json b/lib/js-api/tsconfig.json index 0587147f7c..c4d1b98a8f 100644 --- a/lib/js-api/tsconfig.json +++ b/lib/js-api/tsconfig.json @@ -18,7 +18,7 @@ "outDir": "./.out", "lib": ["es2018", "dom"], "typeRoots": ["node_modules/@types"], - "types": ["node"] + "types": [] }, "exclude": [".history", "*/node_modules", "config", "performance", "coverage", "node_modules", "package", "dist", "test"] }