Skip to content

Instantly share code, notes, and snippets.

View Joshua-Bomba's full-sized avatar

Joshua Bomba Joshua-Bomba

  • Ontario
View GitHub Profile
@Joshua-Bomba
Joshua-Bomba / vs-tsconfig-fix.js
Last active April 6, 2022 22:18
Visual Studio is detecting tsconfig.json files throwing errors
//in package.json
//{
// ...
// "scripts":
// {
// "postinstall": "node build/vs-tsconfig-fix.js"
// }
// ...
//}