Upstreaming of https://github.com/discord/electron/commit/bf63336f6065e6654f4c315cab2b3c7921145173
@@ -14,6 +14,7 @@
"allowJs": true,
"noUnusedLocals": true,
"outDir": "ts-gen",
+ "typeRoots" : ["./node_modules/@types"],
"paths": {
"@electron/internal/*": ["lib/*"]
}