From 531f048874d0464fa4ae9aad23c9b437230e8a77 Mon Sep 17 00:00:00 2001 From: Daniel Kimmich Date: Sun, 18 May 2025 18:33:01 +0200 Subject: [PATCH] chore: update moduleResolution tsconfig setting --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 3903ce5..24dd805 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,8 +19,7 @@ "sourceMap": true, "declaration": false, "experimentalDecorators": true, - "skipLibCheck": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "importHelpers": true, "target": "ES2022", "module": "ES2022",