Skip to content

Commit ab6aff3

Browse files
committed
chore: fix eslint config
1 parent 129530e commit ab6aff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default defineConfig(
4646

4747
settings: {
4848
'import-x/resolver-next': [
49-
createTypeScriptImportResolver({ project: 'tsconfig.lint.json' }),
49+
createTypeScriptImportResolver({ alwaysTryTypes: true }),
5050
],
5151
},
5252
},

0 commit comments

Comments
 (0)