Skip to content

Commit 8879b5a

Browse files
committed
fix(linter/plugins): add types export to npm/oxlint (#14219)
#14163 added types to `oxlint`, but neglected to add the types export to `npm/oxlint` package. Fix that.
1 parent f03c9df commit 8879b5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

npm/oxlint/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"oxlint": "bin/oxlint",
1919
"oxc_language_server": "bin/oxc_language_server"
2020
},
21+
"types": "dist/index.d.ts",
2122
"funding": {
2223
"url": "https://github.com/sponsors/Boshen"
2324
},

0 commit comments

Comments
 (0)