TS6142
typescript Module Resolved to Non-TypeScript File
A module resolved to a file (such as a `.json` or `.css` file) that TypeScript cannot type-check directly. Add a declaration file or configure the appropriate module resolver plugin.
A module resolved to a file (such as a `.json` or `.css` file) that TypeScript cannot type-check directly. Add a declaration file or configure the appropriate module resolver plugin.