fix: explicitly specify typeRoots
to avoid crawling parent directories (#22078)
This commit is contained in:
parent
b77f701aeb
commit
8ca4e761fd
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
"es6",
|
||||
"dom"
|
||||
],
|
||||
"typeRoots" : ["../../node_modules/@types"],
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"strictNullChecks": false,
|
||||
|
|
Loading…
Reference in a new issue