diff --git a/tsconfig.eslint.json b/tsconfig.eslint.json index 7d2f731..1d0d3ee 100644 --- a/tsconfig.eslint.json +++ b/tsconfig.eslint.json @@ -1,7 +1,8 @@ { "extends": "./tsconfig.json", "compilerOptions": { - "noEmit": true + "noEmit": true, + "allowJs": true }, "include": ["**/*.ts", "**/*.mts", "**/*.js"] }