Commit 1f748e7
Add tsconfig.json to fix VSCode TypeScript errors
Without a tsconfig.json VSCode defaulted to ESM module mode, making
import X = require() invalid. Explicit module: commonjs aligns VSCode
with the typecheck script, which is simplified to just tsc.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 29daf6e commit 1f748e7
2 files changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments