-
Add tsgo-backed typecheck targets across packages (#3130)
发布于
2026-04-07 07:43:52 +00:00 Summary
- Add
tsgo-basedtypecheckscripts and matchingtypecheck:tsc
fallback scripts across the TypeScript packages. - Wire the new
typecheck:tsctask into Turbo so package-level
typecheck checks can run consistently. - Update workspace and lockfile metadata to include
@typescript/native-previewand the new toolchain wiring. - Remove redundant
baseUrlsettings from package tsconfig files where
they are no longer needed.
Testing
- Not run (changes are limited to package scripts, tsconfig wiring, and
lockfile updates). - Not run:
pnpm typecheck:tsc - Not run:
pnpm build - Not run: package-specific
typecheck/typecheck:tsccommands in
ts/packages/cli,ts/packages/core,ts/packages/json-schema-to-zod,
andts/packages/providers/mastra.
下载附件
- Add