Skip to content

Commit cd1b0f4

Browse files
authored
Merge pull request #227 from timacdonald/node-fallback
[0.7.x] Ensure 'node' has a fallback type when working with static import linters
2 parents a72ae35 + 60b2481 commit cd1b0f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
},
2323
"./inertia-helpers": {
2424
"import": "./inertia-helpers/index.js",
25-
"types": "./inertia-helpers/index.d.ts"
25+
"types": "./inertia-helpers/index.d.ts",
26+
"node": "./inertia-helpers/index.js"
2627
}
2728
},
2829
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)