6 lines
281 B
TypeScript
6 lines
281 B
TypeScript
// This file contains all ambient imports needed to compile the tools source code
|
|
|
|
/// <reference path="../node_modules/@types/jasmine/index.d.ts" />
|
|
/// <reference path="../node_modules/@types/node/index.d.ts" />
|
|
/// <reference path="../node_modules/zone.js/dist/zone.js.d.ts" />
|