Commit 47dd773
Remove @types/glob to fix build failure
The @types/glob package was upgraded to v9.0.0 in PR #139, which is a stub package that expects glob to provide its own type definitions. This caused TypeScript compilation to fail with "Cannot find type definition file for 'glob'".
Since glob now provides its own types, removing @types/glob resolves the issue.
Co-authored-by: felickz <[email protected]>1 parent 33c8f37 commit 47dd773
4 files changed
+852
-436
lines changed
0 commit comments