build: specify explicit typeroots for ts builds (#40588)

Upstreaming of bf63336f60
This commit is contained in:
Samuel Attard 2023-11-22 09:39:36 -08:00 коммит произвёл GitHub
Родитель e78ce82641
Коммит 44e055a788
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -14,6 +14,7 @@
"allowJs": true,
"noUnusedLocals": true,
"outDir": "ts-gen",
"typeRoots" : ["./node_modules/@types"],
"paths": {
"@electron/internal/*": ["lib/*"]
}