Add typeRoots to tsconfig.json

pull/42/merge
Felix Becker 2016-12-24 16:52:31 +01:00
parent a554d172db
commit 646cf7a14d
1 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,11 @@
"rootDir": "src",
"strictNullChecks": true,
"noImplicitThis": true,
"noImplicitReturns": true
"noImplicitReturns": true,
"typeRoots": [
"typings/modules",
"typings/globals"
]
},
"exclude": [
"node_modules",