TypeScript+Node.JS web-development framework

I'm looking for something like Play(Java) or Symfony(PHP) framework but written in TypeScript for Node.JS, unfortunately had no luck to find one. Maybe someone can point me to the right direction?

Using TypeScript doesn't mean cutting yourself off from JavaScript libraries. All the compiler needs is a declaration file to tell it how you're supposed to use the JS library. They exist for most of the popular libraries, but Node.js framework support seems to be more sparse. The only declaration file I found was for Express with the file available here. Fortunately it's quite popular and should be a good place to start.