brunch / typescript-brunch

Adds TypeScript support to Brunch

Home Page:http://brunch.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use default compiler host with minimal tweaks

paulmedynski opened this issue · comments

Use ts.createCompilerHost() to get a default compiler host, and then only update the bare minimum of its functions for our purposes.