diff --git a/tsconfig.json b/tsconfig.json index fe68d66..e609962 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "moduleResolution": "node", "outDir": "./ts-out", "allowJs": true, "target": "es2018",