Closed
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