chore: migrate to @typescript/native-preview (tsgo)

This commit is contained in:
Michael Bleigh
2026-04-12 18:42:13 -07:00
parent 0179726222
commit 9594a1822b
13 changed files with 151 additions and 27 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ if (!process.cwd().includes('packages')) {
const packageName = basename(process.cwd());
// build typescript files
execSync('tsc --build', { stdio: 'inherit' });
execSync('tsgo --build', { stdio: 'inherit' });
// Run package-specific bundling if the script exists
const bundleScript = join(process.cwd(), 'scripts', 'bundle-browser-mcp.mjs');