The "Combine Javascript output into file" option does not work for me. It does not take the server.js file so I have the classes I defined in a subfolder, but not the initialisation code that is in server.js.
Is there a workaround ?
Comments: When writing `var http` one is writing JavaScript and not TypeScript. There is some [documentation on the github site](http://www.typescriptlang.org/Handbook#modules).
Is there a workaround ?
Comments: When writing `var http` one is writing JavaScript and not TypeScript. There is some [documentation on the github site](http://www.typescriptlang.org/Handbook#modules).