Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
from https://github.com/mariadb-corporation/mariadb-connector-nodejs/issues/346
TypeScript compilation fails in mariadb-connector-nodejs v3.5.1 when `skipLibCheck: false` due to two errors:
1. *TS2846* at `types/index.d.ts:26` - Using `.d.ts` extension in export statement (`export * from './share.d.ts'`) is invalid in TypeScript 5.0+
2. *TS2307* at `types/share.d.ts:1` - Missing `@types/geojson` dependency causes "Cannot find module 'geojson'" error