update legacy apis

This commit is contained in:
2025-09-01 21:21:45 -04:00
parent bbed095926
commit d0f3af72f6
12 changed files with 160 additions and 63 deletions

View File

@@ -11,7 +11,7 @@
// Bundler mode
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": true,
"verbatimModuleSyntax": false,
"emitDeclarationOnly": true,
"declaration": true,
"declarationDir": "./dist/types",