WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit cf481e6

Browse files
committed
tsgo
1 parent bdb78f8 commit cf481e6

File tree

4 files changed

+79
-14
lines changed

4 files changed

+79
-14
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"**/index.tsx": "[page] ${dirname}",
88
"**/styles.module.css": "[styles] ${dirname}",
99
},
10-
"typescript.tsdk": "node_modules/typescript/lib",
10+
"typescript.experimental.useTsgo": true,
1111
"oxc.fmt.experimental": true,
1212
"editor.defaultFormatter": "oxc.oxc-vscode",
1313
"editor.codeActionsOnSave": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "vite build",
99
"lint": "oxlint . --report-unused-disable-directives --max-warnings 0",
1010
"preview": "vite preview",
11-
"tsc": "tsc",
11+
"types": "tsgo",
1212
"format": "oxfmt",
1313
"format:check": "oxfmt --check"
1414
},
@@ -36,13 +36,13 @@
3636
"@types/node": "^24.6.2",
3737
"@types/react": "19.2.7",
3838
"@types/react-dom": "19.2.3",
39+
"@typescript/native-preview": "7.0.0-dev.20251204.1",
3940
"@vitejs/plugin-react": "5.1.1",
40-
"oxc-parser": "^0.101.0",
4141
"@webgpu/types": "0.1.67",
4242
"globals": "16.4.0",
43+
"oxc-parser": "^0.101.0",
4344
"oxfmt": "0.16.0",
4445
"oxlint": "^1.31.0",
45-
"typescript": "^5.9.3",
4646
"vite": "8.0.0-beta.0"
4747
},
4848
"packageManager": "[email protected]"

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ onlyBuiltDependencies:
66

77
minimumReleaseAge: 1440 # 1 day in minutes
88

9+
minimumReleaseAgeExclude:
10+
- "@typescript/native-preview"

0 commit comments

Comments
 (0)