Skip to content

Commit

Permalink
fix(eslint-plugin): include type declare files
Browse files Browse the repository at this point in the history
  • Loading branch information
Debbl committed Nov 14, 2024
1 parent dcd6d0e commit 46ec2f0
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 46ec2f0

Please sign in to comment.