angular-cn/modules/types.d.ts
Igor Minar 16dfe3c63f 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
2016-05-25 08:22:07 -07:00

9 lines
478 B
TypeScript

// This file contains all ambient imports needed to compile the modules/ source code
/// <reference path="../typings/hammerjs/hammerjs.d.ts" />
/// <reference path="../typings/jasmine/jasmine.d.ts" />
/// <reference path="../typings/node/node.d.ts" />
/// <reference path="../typings/selenium-webdriver/selenium-webdriver.d.ts" />
/// <reference path="../typings/angular-protractor/angular-protractor.d.ts" />
/// <reference path="../node_modules/zone.js/dist/zone.js.d.ts" />