Skip to content

Commit

Permalink
fix: pathNot @types -> pathNot node_modules/@types - so it's more lik…
Browse files Browse the repository at this point in the history
…ely to only hit real typedefs
  • Loading branch information
sverweij committed Nov 24, 2023
1 parent 1172ad4 commit 5ffc8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/init-config/config-template.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ module.exports = {
'type-only'
],
pathNot: [
'@types/'
'node_modules/@types/'
]
}
},
Expand Down

0 comments on commit 5ffc8d8

Please sign in to comment.