diff --git a/tsconfig.base.json b/tsconfig.base.json index 4e603d25..d77167c6 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -1,6 +1,7 @@ { "compilerOptions": { "target": "ES2020", + "moduleResolution": "Node", "declaration": true, "strict": true, "allowSyntheticDefaultImports": true,