mirror of
https://github.com/electron/electron.git
synced 2026-01-08 15:13:52 -05:00
build: specify explicit typeroots for ts builds (#40588)
Upstreaming of bf63336f60
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"noUnusedLocals": true,
|
"noUnusedLocals": true,
|
||||||
"outDir": "ts-gen",
|
"outDir": "ts-gen",
|
||||||
|
"typeRoots" : ["./node_modules/@types"],
|
||||||
"paths": {
|
"paths": {
|
||||||
"@electron/internal/*": ["lib/*"]
|
"@electron/internal/*": ["lib/*"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user