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
I get this error when using this package in a TypeScript file
Could not find a declaration file for module 'css-paint-polyfill'. '/home/Project/node_modules/css-paint-polyfill/dist/css-paint-polyfill.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/css-paint-polyfill` if it exists or add a new declaration (.d.ts) file containing `declare module 'css-paint-polyfill';`ts(7016)
But when I try to run npm i --save-dev @types/css-paint-polyfill the package @types/css-paint-polyfill does not exist.
Could type definitions be added? Even if they are empty.
The text was updated successfully, but these errors were encountered:
I get this error when using this package in a TypeScript file
But when I try to run
npm i --save-dev @types/css-paint-polyfill
the package@types/css-paint-polyfill
does not exist.Could type definitions be added? Even if they are empty.
The text was updated successfully, but these errors were encountered: