We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since I updated to 2.0.5, TypeScript does not transpile anymore because it can not find 'geojson'.
node_modules/mariadb/types/index.d.ts:8:23 - error TS2688: Cannot find type definition file for 'geojson'. 8 /// <reference types="geojson" /> ~~~~~~~ node_modules/mariadb/types/index.d.ts:12:26 - error TS2307: Cannot find module 'geojson'. 12 import { Geometry } from 'geojson'; ~~~~~~~~~ Found 2 errors.
To get rid of both errors, geojson and @types/geojson need to be installed.
geojson
@types/geojson
The text was updated successfully, but these errors were encountered:
( https://jira.mariadb.org/browse/CONJS-75 ) corrected in df32c40
Will be in next release 2.0.6
Sorry, something went wrong.
No branches or pull requests
Since I updated to 2.0.5, TypeScript does not transpile anymore because it can not find 'geojson'.
To get rid of both errors,
geojsonand@types/geojsonneed to be installed.The text was updated successfully, but these errors were encountered: