Skip to content

Commit fc44671

Browse files
committed
chore: setup tsgo
1 parent 1a837a7 commit fc44671

File tree

3 files changed

+81
-5
lines changed

3 files changed

+81
-5
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
"lint": "eslint",
1010
"release": "bumpp -r",
1111
"test": "vitest",
12-
"typecheck": "tsc"
12+
"typecheck": "tsgo"
1313
},
1414
"devDependencies": {
1515
"@antfu/eslint-config": "^6.4.1",
1616
"@types/node": "^24.10.1",
17+
"@typescript/native-preview": "7.0.0-dev.20251204.1",
1718
"bumpp": "^10.3.2",
1819
"eslint": "^9.39.1",
1920
"lodash-es": "^4.17.21",

pnpm-lock.yaml

Lines changed: 78 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsdown.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import Quansync from 'unplugin-quansync/rolldown'
44
export default defineConfig({
55
workspace: true,
66
dts: {
7+
tsgo: true,
78
resolve: ['@antfu/utils'],
89
},
910
inlineOnly: ['@antfu/utils'],

0 commit comments

Comments
 (0)