diff --git a/tsconfig.base.json b/tsconfig.base.json index 5f6b005b..37e8954f 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -1,7 +1,7 @@ { "compilerOptions": { - "target": "ES2020", - "moduleResolution": "Node", + "target": "es2020", + "moduleResolution": "bundler", "declaration": true, "strict": true, "allowSyntheticDefaultImports": true,