mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
5 lines
250 B
TypeScript
5 lines
250 B
TypeScript
// This file contains all ambient imports needed to compile the tools source code
|
|
|
|
/// <reference path="../typings/jasmine/jasmine.d.ts" />
|
|
/// <reference path="../typings/node/node.d.ts" />
|
|
/// <reference path="../typings/fs-extra/fs-extra.d.ts" />
|