-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Describe the bug
As title, the generated definition is {}
To Reproduce
Steps to reproduce the behavior:
I've already have:
declare module '*.less' {
const styles: Record<string, string>;
export = styles;
}and
// workspace `settings.json`
{
"settings": {
"typescript.tsdk": "node_modules/typescript/lib"
}
}Expected behavior
No error
Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):
- OS: macOS Catalina
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested
{ "plugins": [ { "name": "typescript-plugin-css-modules", "options": { "camelCase": "camelCase", "customMatcher": "\\.m\\.less$" } } ] }