diff --git a/tsconfig.json b/tsconfig.json index 6d0f5ee..cbef20b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,8 @@ "esModuleInterop": true, "lib": ["ESNext", "DOM"], "skipLibCheck": true, - "noEmit": true + "noEmit": true, + "allowJs": true }, "include": ["src"], "references": [