Yell about TypeScript errors more aggressively#76
Conversation
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
| @@ -1,2 +0,0 @@ | |||
| declare module 'randomart'; | |||
There was a problem hiding this comment.
This was a weird one, originally I had to add these to get TS compiler to stop complaining that types couldn't be found for these modules, but then it started complaining again for some reason despite the existence of this file when I removed the transpile only false settings. 🤷
It works and we're looking to rm these modules anyway so I'm rolling with the switch to require for now
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
| }, | ||
| "devDependencies": { | ||
| "@pmmmwh/react-refresh-webpack-plugin": "0.5.4", | ||
| "@solana/web3.js": "^1.31.0", |
There was a problem hiding this comment.
Bleh, these changes are more far-reaching than I intended, sorry. npm install --save-dev for a new @types file that the CI was breaking due to not having ended up making all these changes.
|
lets see what ok, now to try again on my local box. |
|
ok, succeeds on local new clone - so its something-something out of sync (DEFER fixing that) |
|
ok, so the expected effect is that the Hopefully there's a way to make them also surface in LGTM |
Fixes #75