brunch / typescript-brunch

Adds TypeScript support to Brunch

Home Page:http://brunch.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use the tsconfig.json if present.

colinbate opened this issue · comments

This is an enhancement that would be useful to have, particularly since most editors/IDEs want you to have the tsconfig.json file anyway. It should be a matter of reading in the config and passing the compilerOptions object to the transpileModule API.

I agree with you. This feature can be develop to propose a best integration.