Merge pull request #377 from vladima/typescriptSupport
initial version of TypeScript
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"main": "bin/typescript",
|
||||
"format": "global",
|
||||
"shim": {
|
||||
"bin/typescript": {
|
||||
"exports": "ts"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user