typescript · typescript/TS7016
TS7016
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.
TypeScript cannot find type declarations for the imported JavaScript module. Install the corresponding `@types/` package or add a local `declare module` statement.