We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d570f commit 34aa303Copy full SHA for 34aa303
tsconfig.eslint.json
@@ -1,7 +1,8 @@
1
{
2
"extends": "./tsconfig.json",
3
"compilerOptions": {
4
- "noEmit": true
+ "noEmit": true,
5
+ "allowJs": true
6
},
7
"include": ["**/*.ts", "**/*.mts", "**/*.js"]
8
}
0 commit comments