Converter of TypeScript definition files to Kotlin declarations (stubs)
- clone this project
git clone <this project url>
- get submodules (https://github.com/DefinitelyTyped/DefinitelyTyped)
git submodule init
git submodule update
- install dependencies using installed node.js:
npm install
without install node.js:
ant -f build.xml update.tools
ant -f build.xml update.node.modules
- setup path to node interpreter in IDEA (Languages & Frameworks | Node.js and NPM)
git submodule update --remote