Skip to content

Commit f8334ca

Browse files
ci: apply automated fixes
1 parent 1088d15 commit f8334ca

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/angular-query-experimental/DEVELOPMENT.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ To maintain compatibility with these applications,
77
exports should strictly export types from the same path as the subpath so that TypeScript can resolve the types.
88

99
### ✅ Compatible
10+
1011
```json
1112
{
1213
"./devtools/production": {
@@ -17,6 +18,7 @@ exports should strictly export types from the same path as the subpath so that T
1718
```
1819

1920
### ❌ Not compatible: types are exported from the build directory, which is not part of the export path
21+
2022
```json
2123
{
2224
"./devtools/production": {

packages/angular-query-experimental/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"@angular/core": ">=16.0.0"
102102
},
103103
"publishConfig": {
104-
"exports":{
104+
"exports": {
105105
".": {
106106
"types": "./index.d.ts",
107107
"default": "./index.mjs"

0 commit comments

Comments
 (0)