diff --git a/tsconfig.json b/tsconfig.json index c588934..c9bb5ba 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "checkJs": true, + "esModuleInterop": true, "lib": ["ES6", "DOM"], "noEmit": true, "strict": true