Skip to content

Commit 8e73b7d

Browse files
chore: migrate build from tsc to tsgo
1 parent 547ceff commit 8e73b7d

File tree

2 files changed

+612
-563
lines changed

2 files changed

+612
-563
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"start": "npm run bundle && serve . --open /example",
77
"clean": "shx rm -rf lib lib-esm _bundles",
8-
"compile": "tsc --outdir lib && tsc -m es6 --outdir lib-esm",
8+
"compile": "tsgo --outdir lib && tsgo -m es6 --outdir lib-esm",
99
"bundle": "rolldown -c rolldown.config.mjs",
1010
"build": "npm run clean && npm run compile && npm run bundle",
1111
"prepublishOnly": "npm run build",
@@ -50,6 +50,7 @@
5050
"rollup-plugin-styles": "^4.0.0",
5151
"serve": "^14.2.5",
5252
"shx": "^0.4.0",
53+
"@typescript/native-preview": "^7.0.0-dev.20250701",
5354
"tslib": "^2.8.1",
5455
"typescript": "^5.9.3"
5556
},

0 commit comments

Comments
 (0)