build: remove dependency on tsd and use @types/* instead
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
/// <reference path="../../../../typings/node/node.d.ts" />
|
||||
/// <reference path="../../../../typings/jasmine/jasmine.d.ts" />
|
||||
/// <reference path="../../../../node_modules/@types/node/index.d.ts" />
|
||||
/// <reference path="../../../../node_modules/@types/jasmine/index.d.ts" />
|
||||
|
@ -27,8 +27,8 @@
|
||||
"files": [
|
||||
"index.ts",
|
||||
"src/main.ts",
|
||||
"../../../typings/node/node.d.ts",
|
||||
"../../../typings/jasmine/jasmine.d.ts",
|
||||
"../../../node_modules/@types/node/index.d.ts",
|
||||
"../../../node_modules/@types/jasmine/index.d.ts",
|
||||
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
||||
]
|
||||
}
|
||||
|
@ -23,7 +23,6 @@
|
||||
"files": [
|
||||
"index.ts",
|
||||
"testing.ts",
|
||||
"../../../typings/jasmine/jasmine.d.ts",
|
||||
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
||||
]
|
||||
}
|
||||
|
@ -12,7 +12,6 @@
|
||||
"moduleResolution": "node",
|
||||
"outDir": "../../../dist/packages-dist/platform-browser/esm",
|
||||
"paths": {
|
||||
"selenium-webdriver": ["./typings/selenium-webdriver/selenium-webdriver.d.ts"],
|
||||
"@angular/core": ["../../../dist/packages-dist/core"],
|
||||
"@angular/core/testing": ["../../../dist/packages-dist/core/testing"],
|
||||
"@angular/common": ["../../../dist/packages-dist/common"],
|
||||
@ -28,9 +27,9 @@
|
||||
"files": [
|
||||
"index.ts",
|
||||
"testing.ts",
|
||||
"../../../typings/jasmine/jasmine.d.ts",
|
||||
"../../../typings/hammerjs/hammerjs.d.ts",
|
||||
"../../../typings/angular-protractor/angular-protractor.d.ts",
|
||||
"../../../node_modules/@types/hammerjs/index.d.ts",
|
||||
"../../../node_modules/@types/protractor/index.d.ts",
|
||||
"../../../node_modules/@types/jasmine/index.d.ts",
|
||||
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
||||
]
|
||||
}
|
||||
|
@ -12,7 +12,6 @@
|
||||
"moduleResolution": "node",
|
||||
"outDir": "../../../dist/packages-dist/platform-browser/",
|
||||
"paths": {
|
||||
"selenium-webdriver": ["./typings/selenium-webdriver/selenium-webdriver.d.ts"],
|
||||
"@angular/core": ["../../../dist/packages-dist/core"],
|
||||
"@angular/core/testing": ["../../../dist/packages-dist/core/testing"],
|
||||
"@angular/common": ["../../../dist/packages-dist/common"],
|
||||
@ -29,9 +28,9 @@
|
||||
"files": [
|
||||
"index.ts",
|
||||
"testing.ts",
|
||||
"../../../typings/hammerjs/hammerjs.d.ts",
|
||||
"../../../typings/angular-protractor/angular-protractor.d.ts",
|
||||
"../../../typings/jasmine/jasmine.d.ts",
|
||||
"../../../node_modules/@types/hammerjs/index.d.ts",
|
||||
"../../../node_modules/@types/protractor/index.d.ts",
|
||||
"../../../node_modules/@types/jasmine/index.d.ts",
|
||||
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
||||
]
|
||||
}
|
||||
|
@ -24,7 +24,7 @@
|
||||
},
|
||||
"files": [
|
||||
"index.ts",
|
||||
"../../../typings/node/node.d.ts",
|
||||
"../../../node_modules/@types/node/index.d.ts",
|
||||
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
||||
]
|
||||
}
|
||||
|
@ -25,7 +25,7 @@
|
||||
},
|
||||
"files": [
|
||||
"index.ts",
|
||||
"../../../typings/node/node.d.ts",
|
||||
"../../../node_modules/@types/node/index.d.ts",
|
||||
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user