Add typeRoots to tsconfig.json

pull/45/head
Felix Becker 2016-12-24 16:52:31 +01:00
parent f21553e45e
commit e48000c10d
1 changed files with 5 additions and 1 deletions

View File

@ -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",