diff --git a/tsconfig.json b/tsconfig.json index 67caaeaf..62938d79 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,7 @@ "noImplicitAny": true, "esModuleInterop": true, "declaration": true, - "allowJs": true, + "allowJs": true }, "include": ["./*"], "files": ["index.ts"]