Skip to content

Commit 0ae5599

Browse files
authored
Fix build output when used with TypeScript's "moduleResolution": "nodenext" option (#1414)
1 parent 25351ae commit 0ae5599

File tree

3 files changed

+44
-163
lines changed

3 files changed

+44
-163
lines changed

.changeset/loud-coats-hope.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
'@keystar/ui': patch
3+
'@keystatic/astro': patch
4+
'@keystatic/create': patch
5+
'@keystatic/core': patch
6+
'@keystatic/next': patch
7+
'@keystatic/remix': patch
8+
---
9+
10+
Fix build output when used with TypeScript's `"moduleResolution": "nodenext"` option

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@changesets/changelog-github": "^0.5.0",
5151
"@changesets/cli": "^2.27.7",
5252
"@manypkg/cli": "^0.21.3",
53-
"@preconstruct/cli": "^2.8.6",
53+
"@preconstruct/cli": "^2.8.11",
5454
"@testing-library/dom": "^10.4.0",
5555
"@testing-library/jest-dom": "^6.6.3",
5656
"@testing-library/react": "^16.2.0",

0 commit comments

Comments
 (0)