diff --git a/tsconfig.json b/tsconfig.json index 3f59589..2be4412 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,8 @@ "compilerOptions": { "module": "CommonJS", "target": "ES6", + "moduleResolution": "node", + "esModuleInterop": true, "removeComments": true, "strict": true, "skipLibCheck": true,