Skip to content

Commit 4c5a6a0

Browse files
committedFeb 25, 2025·
fix(angular): broken typings export
1 parent 1b43b4b commit 4c5a6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"test:watch": "vitest",
6161
"test:coverage": "vitest run --coverage"
6262
},
63-
"typings": "index.d.ts",
63+
"typings": "./dist/index.d.ts",
6464
"peerDependencies": {
6565
"@angular/common": "^19.1.7",
6666
"@angular/core": "^19.1.7"

0 commit comments

Comments
 (0)
Please sign in to comment.