Add typeRoots.

This commit is contained in:
Alexis Lahouze 2018-06-09 23:55:49 +02:00
parent 53a78fa09e
commit 062d623649
1 changed files with 4 additions and 1 deletions

View File

@ -8,6 +8,9 @@
"experimentalDecorators": true,
"lib": [ "es2015", "dom" ],
"noImplicitAny": false,
"suppressImplicitAnyIndexErrors": true
"suppressImplicitAnyIndexErrors": true,
"typeRoots": [
"../node_modules/@types"
]
}
}