Skip to content

Commit adf8a0d

Browse files
committed
build: bump to typescript@7 beta
1 parent 4425541 commit adf8a0d

2 files changed

Lines changed: 156 additions & 74 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"prepare": "husky",
1010
"format": "prettier --write .",
1111
"check-format": "prettier --check .",
12-
"typecheck": "tsc --noEmit",
12+
"typecheck": "tsgo --noEmit",
1313
"test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 jest app",
1414
"lint": "eslint \"**/*.{ts,tsx,js,jsx}\"",
1515
"lint-fix": "pnpm lint --fix",
@@ -47,6 +47,7 @@
4747
"@types/node": "^25.6.0",
4848
"@types/react": "^19.2.14",
4949
"@types/react-dom": "^19.2.3",
50+
"@typescript/native-preview": "beta",
5051
"eslint": "^9.39.3",
5152
"husky": "^9.1.7",
5253
"identity-obj-proxy": "^3.0.0",
@@ -58,7 +59,7 @@
5859
"prettier": "^3.8.3",
5960
"sass-embedded": "^1.99.0",
6061
"serve": "^14.2.6",
61-
"typescript": "^6.0.3"
62+
"typescript": "npm:@typescript/typescript6@^6.0.0"
6263
},
6364
"lint-staged": {
6465
"**/*.{ts,tsx,scss,js,jsx,md,yml,json}": [

0 commit comments

Comments
 (0)