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