Skip to content

Commit

Permalink
Merge pull request #227 from timacdonald/node-fallback
Browse files Browse the repository at this point in the history
[0.7.x] Ensure 'node' has a fallback type when working with static import linters
  • Loading branch information
jessarcher authored May 18, 2023
2 parents a72ae35 + 60b2481 commit cd1b0f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
},
"./inertia-helpers": {
"import": "./inertia-helpers/index.js",
"types": "./inertia-helpers/index.d.ts"
"types": "./inertia-helpers/index.d.ts",
"node": "./inertia-helpers/index.js"
}
},
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit cd1b0f4

Please sign in to comment.