You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Postject does not make types available for the Javascript API, so it is unwieldy to use with strict Typescript. Strict Typescript gives an error when importing from postject.
Could not find a declaration file for module 'postject'. '<NPM project root>/node_modules/postject/dist/api.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/postject` if it exists or add a new declaration (.d.ts) file containing `declare module 'postject';`ts(7016)
The text was updated successfully, but these errors were encountered:
Currently, Postject does not make types available for the Javascript API, so it is unwieldy to use with strict Typescript. Strict Typescript gives an error when
import
ing frompostject
.The text was updated successfully, but these errors were encountered: