build: remove dependency on tsd and use @types/* instead
This commit is contained in:
10
modules/types.d.ts
vendored
10
modules/types.d.ts
vendored
@ -1,8 +1,8 @@
|
||||
// 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" />
|
||||
/// <reference path="../node_modules/@types/hammerjs/index.d.ts" />
|
||||
/// <reference path="../node_modules/@types/jasmine/index.d.ts" />
|
||||
/// <reference path="../node_modules/@types/node/index.d.ts" />
|
||||
/// <reference path="../node_modules/@types/protractor/index.d.ts" />
|
||||
/// <reference path="../node_modules/@types/selenium-webdriver/index.d.ts" />
|
||||
|
Reference in New Issue
Block a user