This repository was archived by the owner on Mar 14, 2026. It is now read-only.
Commit c090457
committed
Add tsconfig.json for TypeScript 5.9.3 package and update compile script
- Introduce a tsconfig.json with tailored compiler options for the 5.9.3 package
- Modify compile script to copy tsconfig.json before running tsc without arguments
- Update .gitignore to ensure tsconfig.json is not ignored
This aligns with previous changes to run tsc without explicit file args and ensures consistent compilation settings.1 parent b9aa55a commit c090457
3 files changed
Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments