diff --git a/tsconfig.json b/tsconfig.json index fa46bf0..708cd3a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "module": "CommonJS", "target": "es5", + "moduleResolution": "node", "lib": ["es2015", "DOM"], "esModuleInterop": true, "declaration": true,