Skip to content

Commit

Permalink
fix(eslint-plugin): include type declare files (#3396)
Browse files Browse the repository at this point in the history
  • Loading branch information
Debbl authored Jan 9, 2025
1 parent 1614cbe commit 9f313e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"main": "dist/react-three-eslint-plugin.cjs.js",
"module": "dist/react-three-eslint-plugin.esm.js",
"types": "dist/react-three-eslint-plugin.cjs.d.ts",
"files": [
"dist"
],
"sideEffects": false,
"preconstruct": {
"entrypoints": [
Expand Down

0 comments on commit 9f313e8

Please sign in to comment.