Convert npm scripts to ts

For #277526

Converting last of the main build scripts to typescript
This commit is contained in:
Matt Bierner
2025-11-24 11:05:23 -08:00
parent 71946bff3b
commit 72eee73887
15 changed files with 99 additions and 103 deletions

View File

@@ -60,7 +60,6 @@
"**/yarn.lock": true,
"**/package-lock.json": true,
"**/Cargo.lock": true,
"build/**/*.js": true,
"out/**": true,
"out-build/**": true,
"out-vscode/**": true,
@@ -72,12 +71,6 @@
"test/automation/out/**": true,
"test/integration/browser/out/**": true
},
"files.readonlyExclude": {
"build/builtin/*.js": true,
"build/monaco/*.js": true,
"build/npm/*.js": true,
"build/*.js": true
},
// --- Search ---
"search.exclude": {
"**/node_modules": true,