diff --git a/tsconfig.json b/tsconfig.json index 07247f0..2fbf702 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "target": "ES2019", "module": "CommonJS", + "moduleResolution": "node", "stripInternal": true, "importHelpers": true, "strict": true,