This isn't a bug report, I'm sure I'm doing something wrong, but it seems that I'm using it correctly:
- I added the module types to
globals.d.ts (see)
- I added the plugin to
tsconfig.json (see)
The issue:
- the types are exactly those provided in the
globals.d.ts file, they don't auto-complete nor does TypeScript complain if I misspell a class name
I also tried:
- using the exact syntax suggested in the readme instead of
Record<string, string>
- removing the plugin from
tsconfig.json
- breaking the name of the plugin in
tsconfig.json
- no change, which suggest it's not attempting to read the plugin list
For self reference: Link to my own issue