Skip to content

Commit 6dba7ea

Browse files
authored
dev: use ts rc to gen (#58)
* dev: use ts rc to gen * strict type
1 parent 1ed2bd0 commit 6dba7ea

7 files changed

Lines changed: 532 additions & 73 deletions

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"@types/node": "^22.10.7",
4040
"@types/react": "^19.0.7",
4141
"@types/react-dom": "^19.0.3",
42+
"@typescript/native-preview": "7.0.0-dev.20260627.2",
4243
"bunchee": "^6.11.0",
4344
"codice": "^1.6.0",
4445
"dedent": "^1.7.0",
@@ -47,7 +48,9 @@
4748
"oxc-transform": "^0.137.0",
4849
"react": "^19.2.1",
4950
"react-dom": "^19.2.1",
50-
"typescript": "^5.7.3"
51+
52+
"typescript": "npm:@typescript/typescript6@^6.0.0",
53+
"typescript-7": "npm:typescript@rc"
5154
},
5255
"packageManager": "pnpm@11.9.0"
5356
}

0 commit comments

Comments
 (0)