Add typeRoots to tsconfig.json
parent
a554d172db
commit
646cf7a14d
|
@ -12,7 +12,11 @@
|
||||||
"rootDir": "src",
|
"rootDir": "src",
|
||||||
"strictNullChecks": true,
|
"strictNullChecks": true,
|
||||||
"noImplicitThis": true,
|
"noImplicitThis": true,
|
||||||
"noImplicitReturns": true
|
"noImplicitReturns": true,
|
||||||
|
"typeRoots": [
|
||||||
|
"typings/modules",
|
||||||
|
"typings/globals"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules",
|
"node_modules",
|
||||||
|
|
Loading…
Reference in New Issue