Commit ed8f883
committed
chore(deps): add typescript as devDependency
Add typescript to enable vitest type checking during test runs.
Previously vitest's typecheck feature would fail with 'spawn tsc ENOENT'
because typescript was not installed as a dependency.
- Add typescript ^5.8.3 to pnpm-workspace.yaml catalog
- Add typescript: catalog:dev to package.json devDependencies1 parent 6dc8579 commit ed8f883
3 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments