build: consolidate tsc to ease migration to @types/ based typings delivery

I actually tried to use @types/* directly but came across several issues which prevented me
from switching over:
- https://github.com/Microsoft/TypeScript/issues/8715
- https://github.com/Microsoft/TypeScript/issues/8723
This commit is contained in:
Igor Minar
2016-05-20 16:06:52 -07:00
parent b4a467e387
commit 16dfe3c63f
46 changed files with 56 additions and 200 deletions

View File

@ -1,5 +1,3 @@
/// <reference path="../typings/node/node.d.ts" />
/// <reference path="../typings/fs-extra/fs-extra.d.ts" />
/// <reference path="./broccoli-writer.d.ts" />
import Writer = require('broccoli-writer');