Merge pull request #997 from aluanhaddad/patch-2

Add an override for typescript 2.1.0 specifying source-map-support
This commit is contained in:
Guy Bedford
2016-11-12 11:11:19 +02:00
committed by GitHub
@@ -0,0 +1,14 @@
{
"browser": {},
"map": {
"buffer": "@empty",
"child_process": "@empty",
"fs": "@empty",
"path": "@empty",
"process": "@empty",
"readline": "@empty"
},
"dependencies": {
"source-map-support": "*"
}
}