Open
Description
In a vite
project I've added a global.d.ts
to compilerOptions.types
with the following content:
declare module "*.module.css" {
const css: Record<string, string>;
export default css;
}
This is picked up in the LSP, but seemingly not when running deno check
.
Steps to reproduce
- Clone https://github.com/marvinhagemeister/deno-css-module-check-bug
- Run
deno check main.ts
Version: Deno 2.2.2
Metadata
Metadata
Assignees
Labels
No labels