diff --git a/.oxlintrc.json b/.oxlintrc.json index e65745736664..0c09d2173539 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -1,5 +1,8 @@ { "$schema": "./node_modules/oxlint/configuration_schema.json", + "options": { + "typeAware": true + }, "plugins": ["typescript", "import", "jsdoc", "vitest"], "jsPlugins": [ {