Skip to content

Commit 74755c4

Browse files
alan-agius4AndrewKushnir
authored andcommitted
fix(zone.js): rename typings conditional export to types (#51737)
`typings` is not valid for TypeScript. See: https://www.typescriptlang.org/docs/handbook/esm-node.html for more information. PR Close #51737
1 parent 73e4bf2 commit 74755c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/zone.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"default": "./package.json"
4949
},
5050
".": {
51-
"typings": "./zone.d.ts",
51+
"types": "./zone.d.ts",
5252
"require": "./bundles/zone.umd.js",
5353
"default": "./fesm2015/zone.js"
5454
},

0 commit comments

Comments
 (0)