Skip to content

Commit 0f9a4ed

Browse files
committed
Fix module entry
1 parent 162952b commit 0f9a4ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/angular-html-parser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"exports": {
1313
".": {
14-
"types": "./dist/index.d.ts",
15-
"default": "./dist/index.js"
14+
"types": "./dist/index.d.mts",
15+
"default": "./dist/index.mjs"
1616
},
1717
"./*": "./*"
1818
},

0 commit comments

Comments
 (0)