Add typesRoot to all config files

This commit is contained in:
Ryan Cavanaugh
2016-05-09 13:52:25 -07:00
parent 7a47e67dcc
commit ab2b4191c5
1770 changed files with 3756 additions and 1841 deletions

View File

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