####Note
- I have NO idea how typescipt compiler works. Use this at your own risk.
tsc_cocos2d.jsis a hacked compiler which compiles typescript to cocos2d-js(native runtime) friendly js code. Note: This is for typescript with version 1.0.1.0.cocos2d.d.tsis a typescript type definition file for cocos2d-js, which is forked from https://github.com/Arlorean/cocos2d.
####Usage
- Install original typescript compiler with
npm install -g typescript. - Copy
tsc_cocos2d.jsto<NODE_MODULE>/typescript/bin/to replasetsc.jsor modifytscbin file.