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
@ -5,7 +5,7 @@
|
||||
"main": "./bundles/forms.umd.js",
|
||||
"module": "./@angular/forms.es5.js",
|
||||
"es2015": "./@angular/forms.js",
|
||||
"typings": "./typings/forms.d.ts",
|
||||
"typings": "./forms.d.ts",
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
|
Reference in New Issue
Block a user