refactor(compiler_cli): move it into modules/@angular and integrate properly into the build
This also does no more depend on a version on npm for the compiler_cli. Also runs the tests for tools/metadata
This commit is contained in:
4
modules/@angular/compiler_cli/integrationtest/typings.d.ts
vendored
Normal file
4
modules/@angular/compiler_cli/integrationtest/typings.d.ts
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
/// <reference path="../../typings/es6-collections/es6-collections.d.ts" />
|
||||
/// <reference path="../../typings/es6-promise/es6-promise.d.ts" />
|
||||
/// <reference path="../../typings/node/node.d.ts" />
|
||||
/// <reference path="../../typings/jasmine/jasmine.d.ts" />
|
Reference in New Issue
Block a user