From 3bceb9e692a1fbc7c53bbcab86b6e042abcbded1 Mon Sep 17 00:00:00 2001 From: Greg Jopa <534034+gregjopa@users.noreply.github.com> Date: Wed, 20 Dec 2023 12:29:34 -0600 Subject: [PATCH] fix: use bundler module resoluion ts strategy --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 69727983..ba9ad0c8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "module": "esnext", - "moduleResolution": "node", + "moduleResolution": "bundler", "target": "es5", "strict": true,