Add typesRoot to all config files

This commit is contained in:
Ryan Cavanaugh 2016-05-09 13:52:25 -07:00
parent c265359abd
commit 20a8552199

View File

@ -4,6 +4,7 @@
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../"
"baseUrl": "../",
"typesRoot": "../"
}
}