Skip to content

Commit

Permalink
Add typesVersions field back to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Dec 29, 2024
1 parent 370ddfc commit d1657b4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/calm-meals-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"solid-devtools": patch
---

Add typesVersions field back to package.json
Related: https://github.com/solidjs/templates/pull/156
13 changes: 13 additions & 0 deletions packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,19 @@
},
"./package.json": "./package.json"
},
"typesVersions": {
"*": {
"setup": [
"./dist/setup.d.ts"
],
"vite": [
"./dist/vite.d.ts"
],
"babel": [
"./dist/babel.d.ts"
]
}
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/generator": "^7.26.3",
Expand Down

0 comments on commit d1657b4

Please sign in to comment.