diff --git a/tsconfig.json b/tsconfig.json index 0a2bad5..ec017be 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "transpileOnly": true, "compilerOptions": { "module": "CommonJS", + "moduleResolution": "Node10", }, }, "compilerOptions": {