Commit 55c867c
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- scripts
- fetch
- generate
- refactor
14 files changed
+2519
-496
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
46 | 55 | | |
47 | 56 | | |
48 | 57 | | |
| |||
120 | 129 | | |
121 | 130 | | |
122 | 131 | | |
| 132 | + | |
123 | 133 | | |
124 | 134 | | |
125 | 135 | | |
| |||
0 commit comments