Skip to content

Commit 31543bf

Browse files
committed
CHORE chore: Update eslint-plugin package.json with typesVersions configuration
1 parent ac7a1b7 commit 31543bf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/eslint-plugin/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@
1111
"types": "dist/index.d.ts",
1212
"module": "dist/index.mjs",
1313
"main": "dist/index.cjs",
14+
"typesVersions": {
15+
"*": {
16+
"config": [
17+
"./dist/config.d.ts"
18+
]
19+
}
20+
},
1421
"exports": {
1522
".": {
1623
"types": {

0 commit comments

Comments
 (0)