Skip to content

Commit

Permalink
Ensure 'node' has a fallback type when working with static CJS linters
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed May 17, 2023
1 parent 312828b commit 60b2481
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"
}
},
"files": [
Expand Down

0 comments on commit 60b2481

Please sign in to comment.