build: specify explicit typeroots for ts builds (#40588)
Upstreaming of bf63336f60
This commit is contained in:
parent
e78ce82641
commit
44e055a788
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
"allowJs": true,
|
||||
"noUnusedLocals": true,
|
||||
"outDir": "ts-gen",
|
||||
"typeRoots" : ["./node_modules/@types"],
|
||||
"paths": {
|
||||
"@electron/internal/*": ["lib/*"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue