Skip to content

Commit

Permalink
chore: remove types export (#6651)
Browse files Browse the repository at this point in the history
* chore: remove types export

* chore: changeset
  • Loading branch information
luhc228 authored Nov 30, 2023
1 parent d61d15f commit 72fc36c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/sharp-carrots-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ice/app': patch
---

chore: remove `./types` export in `typesVersions` field to be compatible with `/// <reference types="@ice/app/types" />` in scaffolds
3 changes: 0 additions & 3 deletions packages/ice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
},
"typesVersions": {
"*": {
"types": [
"./esm/types/index.d.ts"
],
"analyze": [
"./esm/service/analyze.d.ts"
],
Expand Down

0 comments on commit 72fc36c

Please sign in to comment.