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

Fixed Annoying Compile Errors #30

Closed parithon closed 5 years ago

parithon commented 5 years ago

Changed Files

server.ts

I removed the unnecessary interfaces and objects we aren't using.

tsconfig.json

I added the 'skipLibCheck' setting to the tsconfig.json file in order to ignore the *.d.ts errors we run into from dependencies (notably the vscode-languageclient dependency). You can now compile, and debug, this extension withough errors!