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