mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
fix: explicitly specify typeRoots to avoid crawling parent directories (#22078)
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"es6",
|
||||
"dom"
|
||||
],
|
||||
"typeRoots" : ["../../node_modules/@types"],
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"strictNullChecks": false,
|
||||
|
||||
Reference in New Issue
Block a user