clarkio / vscode-twitch-highlighter

This is a VS Code extension that will allow your Twitch chat to highlight a line of code via a command message. Example: `!line 8 server.js`. See master branch README.md for more details
https://clarkio.com
203 stars 14 forks source link

Remove extra types #118

Closed parithon closed 4 years ago

parithon commented 4 years ago

We need to include type definitions for our API so that others can utilize our plugin for their own chat extensions. However, we were generating types for our entire application instead of just our API. This PR fixes that issue.