build: upgrade @types/jasminewd2 to 2.0.4 (#26139)

This commit also removes the extra jasminewd2 typings, since the changes
have been merged in the official typings with
DefinitelyTyped/DefinitelyTyped#28957.

PR Close #26139
This commit is contained in:
George Kalpakas
2018-09-27 17:03:40 +03:00
committed by Miško Hevery
parent a19b690338
commit 9e32dc7c95
12 changed files with 2550 additions and 51 deletions

View File

@ -16,7 +16,6 @@
"include": [
"../../node_modules/@types/jasminewd2/index.d.ts",
"../../tools/types-ext/jasminewd2.d.ts",
"../types.d.ts",
"**/*.ts"
]

View File

@ -10,7 +10,6 @@
"include": [
"../../node_modules/@types/jasminewd2/index.d.ts",
"../../tools/types-ext/jasminewd2.d.ts",
"../types.d.ts",
"**/e2e_test/*"
],