Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Harris committed May 10, 2023
1 parent 7a41fad commit 0d43af4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,20 @@
"import": "./src/exports/vite/index.js"
}
},
"types": "./types/exports/types.d.ts",
"typesVersions": {
">4.0": {
"hooks": [
"./src/exports/hooks/index.d.ts"
"./types/exports/hooks/index.d.ts"
],
"node": [
"./src/exports/node/index.d.ts"
"./types/exports/node/index.d.ts"
],
"node/polyfills": [
"./src/exports/node/polyfills/index.d.ts"
"./types/exports/node/polyfills/index.d.ts"
],
"vite": [
"./src/exports/vite/index.d.ts"
"./types/exports/vite/index.d.ts"
]
}
},
Expand Down

0 comments on commit 0d43af4

Please sign in to comment.