andrewbranch / gatsby-remark-vscode

Gatsby plugin to provide VS Code’s syntax highlighting to Markdown code fences
MIT License
296 stars 27 forks source link

feat: Add declared typings! #197

Open Commandtechno opened 2 years ago

Commandtechno commented 2 years ago

Noticed I wasn't getting typings using import in ts, so decided to add them This just puts .d.ts with the .js files An alternative format could be outputting the types to a types directory, and setting types in package.json