Commit 66e61bb
Re-enable exactOptionalPropertyTypes (#1271)
Upstream type issues in vite, vitest, and @types/node are now resolved.
The only remaining error was in gamepad.ts where ButtonBinding.threshold
needed `| undefined` added to the optional property type.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 66eda30 commit 66e61bb
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
0 commit comments