Skip to content

Commit 55c867c

Browse files
ericyangpanclaude
andcommitted
feat(build): migrate scripts from JavaScript to TypeScript
- Convert all scripts in scripts/fetch/, scripts/generate/, scripts/refactor/ from .mjs to .ts - Update package.json scripts to use tsx instead of node for TypeScript execution - Add tsx as dev dependency for TypeScript script execution - Enable incremental TypeScript compilation for faster builds - Update cspell.json to include TypeScript file patterns This enables better type safety and developer experience when working with build scripts. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f565976 commit 55c867c

File tree

14 files changed

+2519
-496
lines changed

14 files changed

+2519
-496
lines changed

cspell.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@
4343
"useGitignore": true,
4444
"ignorePaths": ["cloudflare-env.d.ts", "docs", ".claude"],
4545
"words": [
46+
"Autorisierungsaufträgen",
47+
"Entwicklungsframework",
48+
"İçgörüleri",
49+
"Versionierungsschema",
50+
"interoperáveis",
51+
"mengkomunikasikan",
52+
"önekiyle",
53+
"sağlayıcılı",
54+
"ccstatusline",
4655
"API'lerle",
4756
"aracidir",
4857
"Anthropics",
@@ -120,6 +129,7 @@
120129
"Tasarlanmistir",
121130
"tasarlandi",
122131
"Türkçe",
132+
"TSESTree",
123133
"Vervollständigungstool",
124134
"agentco",
125135
"agentico",

0 commit comments

Comments
 (0)