errors.fyi community error code reference
TS7016
typescript

Could Not Find Declaration File for Module

TypeScript cannot find type declarations for the imported JavaScript module. Install the corresponding `@types/` package or add a local `declare module` statement.

References

← all namespaces