chore(web): use tsgo for type checking
Showing
| ... | @@ -6,8 +6,8 @@ | ... | @@ -6,8 +6,8 @@ |
| "scripts": { | "scripts": { | ||
| "dev": "rsbuild dev", | "dev": "rsbuild dev", | ||
| "build": "rsbuild build", | "build": "rsbuild build", | ||
| "build:check": "tsc -b && rsbuild build", | "build:check": "tsgo -b && rsbuild build", | ||
| "typecheck": "tsc -b", | "typecheck": "tsgo -b", | ||
| "lint": "oxlint -c .oxlintrc.json .", | "lint": "oxlint -c .oxlintrc.json .", | ||
| "lint:fix": "oxlint -c .oxlintrc.json . --fix", | "lint:fix": "oxlint -c .oxlintrc.json . --fix", | ||
| "preview": "rsbuild preview", | "preview": "rsbuild preview", | ||
| ... | @@ -83,13 +83,13 @@ | ... | @@ -83,13 +83,13 @@ |
| "@types/node": "^25.9.1", | "@types/node": "^25.9.1", | ||
| "@types/react": "^19.2.15", | "@types/react": "^19.2.15", | ||
| "@types/react-dom": "^19.2.3", | "@types/react-dom": "^19.2.3", | ||
| "@typescript/native-preview": "^7.0.0-dev.20260621.1", | |||
| "@xyflow/react": "^12.10.2", | "@xyflow/react": "^12.10.2", | ||
| "embla-carousel-react": "^8.6.0", | "embla-carousel-react": "^8.6.0", | ||
| "knip": "^6.14.2", | "knip": "^6.14.2", | ||
| "oxfmt": "catalog:", | "oxfmt": "catalog:", | ||
| "oxlint": "catalog:", | "oxlint": "catalog:", | ||
| "shadcn": "^4.8.0", | "shadcn": "^4.8.0" | ||
| "typescript": "~6.0.3" | |||
| }, | }, | ||
| "overrides": { | "overrides": { | ||
| "brace-expansion": "2.1.1", | "brace-expansion": "2.1.1", | ||
| ... | ... |
Please
register
or
sign in
to comment