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",