From 57ed17a4df208cfd83078fa1ab5809b2f59e9a5f Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Tue, 11 Jun 2024 14:55:19 +0200 Subject: [PATCH] chore: switch `moduleResolution` to `Bundler, fix #42 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 1124408..eaabdf6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ ], "moduleDetection": "force", "module": "esnext", - "moduleResolution": "node", + "moduleResolution": "Bundler", "paths": { "twoslash": [ "./packages/twoslash/src/index.ts"