# Typescript node.js

**URL:** https://forum.kirupa.com/t/typescript-node-js/332424
**Category:** web dev
**Created:** [June 5, 2014, 2:47am UTC](https://forum.kirupa.com/t/typescript-node-js/332424 "2014-06-05T02:47:15Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![LOLFlash](https://avatars.discourse-cdn.com/v4/letter/l/ea666f/32.png) [@LOLFlash](https://forum.kirupa.com/u/LOLFlash)
#### Post date: [June 5, 2014, 2:47am UTC](https://forum.kirupa.com/t/typescript-node-js/332424/1 "2014-06-05T02:47:15Z")

</div>

Hi all  
Right now i’m fighting to get code hinting in VS Typescript when programming node.js

All examples are work in flat scripting similar to this:

> <https://github.com/urigoren/TEAN/blob/master/server.ts>

but as soon I start wrapping my code in module and classes nothing works.
