build: remove dependency on tsd and use @types/* instead
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
"target": "es5"
|
||||
},
|
||||
"files": [
|
||||
"../../typings/node/node.d.ts",
|
||||
"../../node_modules/@types/node/index.d.ts",
|
||||
"../../dist/all/@angular/compiler/test/output/output_emitter_codegen_typed.ts",
|
||||
"../../dist/all/@angular/compiler/test/output/output_emitter_codegen_untyped.ts",
|
||||
"../../dist/all/@angular/compiler/test/offline_compiler_codegen_untyped.ts",
|
||||
|
5
tools/types.d.ts
vendored
5
tools/types.d.ts
vendored
@ -1,5 +1,4 @@
|
||||
// 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" />
|
||||
/// <reference path="../node_modules/@types/jasmine/index.d.ts" />
|
||||
/// <reference path="../node_modules/@types/node/index.d.ts" />
|
||||
|
Reference in New Issue
Block a user