diff --git a/tsconfig.json b/tsconfig.json index 031823d45..a19e93ba8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "strict": false, "target": "ES5", "lib": ["dom"], - "esModuleInterop": true + "esModuleInterop": true, + "moduleResolution": "node" } }