Could not find a declaration file for module 'debug' #86
Labels
bug report 🦗
Issue is probably a bug, but it needs to be checked
needs: complete repro 🖥️
Issue need to have complete repro provided
Environment
Description
I'm compiling es-modules by Typescript (tsc) in project with React-components which uses linaria:
But I have an error when I try to compile:
It seems that @wyw-in-js/shared need to add @types/debug to its dependencies in package.json?
For now I fix the issue by
npm i -D @types/debug
, but I don't think I should have to install the types in my consumer project since I do not directly use package 'debug'.The text was updated successfully, but these errors were encountered: