I am trying compile this typescript file:
import http = module(\"http\"); import express = module(\"express\");
With these parameters:
The syntax in 0.9.1 is now import mod = require('modname');
0.9.1
import mod = require('modname');