Skip to content

The plugin isn't working correctly for me and I'm not sure why #238

@fregante

Description

@fregante

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>
    • same result
    Screenshot 3
  • removing the plugin from tsconfig.json
    • no change
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions