build: fix paths to typings files so tsickle resolves imports correctly
Fixes #15080
This commit is contained in:

committed by
Chuck Jazdzewski

parent
0ab49d4cec
commit
410aa33005
@ -1,5 +1,5 @@
|
||||
{
|
||||
"typings": "../typings/testing/index.d.ts",
|
||||
"typings": "../testing.d.ts",
|
||||
"main": "../bundles/platform-server-testing.umd.js",
|
||||
"module": "../@angular/platform-server/testing.es5.js",
|
||||
"es2015": "../@angular/platform-server/testing.js"
|
||||
|
Reference in New Issue
Block a user