fix(mongodump.plugins): Bump @types/node to ^22.0.0 and use runtime import for @tsclass/tsclass in plugins

This commit is contained in:
2025-08-18 02:38:55 +00:00
parent 37f2b3b1df
commit 9213108212
5 changed files with 40 additions and 27 deletions

View File

@@ -21,7 +21,7 @@ export {
}
// tsclass
import type * as tsclass from '@tsclass/tsclass';
import * as tsclass from '@tsclass/tsclass';
export {
tsclass