Commit bc4287b
fix: add mongodb to devDependencies for typecheck resolution
The mongodb driver (#482) was added to optionalDependencies only,
so `tsgo --noEmit` failed with TS2307 when checking the drivers
package. Adding it to devDependencies ensures types are available
during CI typecheck without making it a runtime requirement.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a5b4e44 commit bc4287b
2 files changed
+39
-9
lines changedSome 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 | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
0 commit comments