diff --git a/tsconfig.json b/tsconfig.json index e74a265..5243f14 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "target": "es2020", "module": "esnext", + "moduleResolution": "node", "outDir": "dist", "strict": true, "strictNullChecks": true,