From 59ac49d921ee0eacac5188ccb7ed475134958dee Mon Sep 17 00:00:00 2001 From: matuesz-kleszcz Date: Mon, 11 Sep 2023 14:12:03 +0200 Subject: [PATCH] fix: TET-225 fix build issues --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b486666b..9592fecf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "module": "ESNext", "skipLibCheck": true, /* Bundler mode */ - "moduleResolution": "node", + "moduleResolution": "bundler", "allowImportingTsExtensions": true, "resolveJsonModule": true, "isolatedModules": true,