fix: add test_lib.d.ts to type definitions in generated package.json
This commit is contained in:
parent
9679fc94f6
commit
4ebb1a9096
|
@ -17,7 +17,8 @@
|
|||
"definitions": [
|
||||
"bundles/typings/angular2/angular2.d.ts",
|
||||
"bundles/typings/angular2/http.d.ts",
|
||||
"bundles/typings/angular2/router.d.ts"
|
||||
"bundles/typings/angular2/router.d.ts",
|
||||
"bundles/typings/angular2/test_lib.d.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue