Skip to content

Commit

Permalink
fixup: lint with types for js fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed Aug 3, 2024
1 parent 57d570f commit 34aa303
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.eslint.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true
"noEmit": true,
"allowJs": true
},
"include": ["**/*.ts", "**/*.mts", "**/*.js"]
}

0 comments on commit 34aa303

Please sign in to comment.