Merge pull request #377 from vladima/typescriptSupport

initial version of TypeScript
This commit is contained in:
Guy Bedford
2015-05-09 16:17:39 +02:00
2 changed files with 10 additions and 0 deletions
@@ -0,0 +1,9 @@
{
"main": "bin/typescript",
"format": "global",
"shim": {
"bin/typescript": {
"exports": "ts"
}
}
}
+1
View File
@@ -296,6 +296,7 @@
"tls": "github:jspm/nodelibs-tls",
"traceur": "github:jmcriffey/bower-traceur",
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime",
"typescript": "github:mhegazy/typescript",
"tty": "github:jspm/nodelibs-tty",
"twitter": "npm:twitter",
"typeahead": "github:twitter/typeahead.js",