Commit 4d8dadc
Revert incorrect changes and properly fix ESLint issues
- Reverted imports back to .ts extensions (Node's TypeScript support requires .ts extensions, not .js)
- Re-added index.test.ts to tsconfig.json include array for proper type checking
- Fixed ESLint issues: changed import/no-unassigned-import to import-x/no-unassigned-import and added unicorn/no-process-exit to disabled rules
- Re-added --experimental-strip-types flag to postbuild:typescript script (required for Node 22+ to run TypeScript files)
Co-authored-by: fregante <1402241+fregante@users.noreply.github.com>1 parent 05a2e67 commit 4d8dadc
3 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments