postcss-normalize icon indicating copy to clipboard operation
postcss-normalize copied to clipboard

TypeScript types for postcss-normalize

Open doasync opened this issue 5 years ago • 0 comments

Please, create @types/postcss-normalize package with types

TS7016: Could not find a declaration file for module 'postcss-normalize'. '/Users/doasync/Projects/stellardex/node_modules/postcss-normalize/dist/index.cjs.js' implicitly has an 'any' type.   Try `npm install @types/postcss-normalize` if it exists or add a new declaration (.d.ts) file containing `declare module 'postcss-normalize';`
ESLint: 'postcss-normalize' should be listed in the project's dependencies, not devDependencies.(import/no-extraneous-dependencies)

doasync avatar Aug 03 '20 14:08 doasync