Skip to content

Commit

Permalink
fix(eslint-config): include typesVersions
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 9, 2024
1 parent 90b11e3 commit 8f9dc48
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/eslint-config/package.json
Expand Up @@ -25,6 +25,20 @@
"require": "./dist/legacy.cjs"
}
},
"typesVersions": {
"*": {
"flat": [
"./dist/flat.d.ts"
],
"legacy": [
"./dist/legacy.d.ts"
],
"*": [
"./dist/*",
"./*"
]
}
},
"files": [
"dist"
],
Expand Down

0 comments on commit 8f9dc48

Please sign in to comment.