fix(typescript): fix for '_os.platform is not a function' error (https://github.com/jspm/jspm-cli/issues/1662)

This commit is contained in:
Frank Wallis
2016-04-01 13:32:26 +01:00
parent f448392af4
commit 0179f72aa5
@@ -0,0 +1,11 @@
{
"browser": {},
"map": {
"buffer": "@empty",
"child_process": "@empty",
"fs": "@empty",
"path": "@empty",
"process": "@empty",
"readline": "@empty"
}
}