Skip to content

Commit

Permalink
fix(zone.js): rename typings conditional export to types (#51737)
Browse files Browse the repository at this point in the history
`typings` is not valid for TypeScript. See: https://www.typescriptlang.org/docs/handbook/esm-node.html for more information.

PR Close #51737
  • Loading branch information
alan-agius4 authored and AndrewKushnir committed Sep 12, 2023
1 parent 73e4bf2 commit 74755c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zone.js/package.json
Expand Up @@ -48,7 +48,7 @@
"default": "./package.json"
},
".": {
"typings": "./zone.d.ts",
"types": "./zone.d.ts",
"require": "./bundles/zone.umd.js",
"default": "./fesm2015/zone.js"
},
Expand Down

0 comments on commit 74755c4

Please sign in to comment.