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
+2 -1
View File
@@ -5,6 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"jsx": "react"
"jsx": "react",
"typesRoot": "../"
}
}