Skip to content

Commit bc16e29

Browse files
authored
add missing typescript project reference for utils in validator-ajv6 and validator-ajv8 (#3982)
1 parent a8d37b7 commit bc16e29

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ it according to semantic versioning. For example, if your PR adds a breaking cha
1515
should change the heading of the (upcoming) version to include a major version bump.
1616
1717
-->
18+
# 5.14.4
19+
20+
## Dev
21+
- add missing typescript project reference for `utils` in `validator-ajv6` and `validator-ajv8` packages tsconfigs
22+
1823
# 5.14.3
1924

2025
## @rjsf/core

packages/validator-ajv6/tsconfig.json

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
},
88
{
99
"path": "./test"
10+
},
11+
{
12+
"path": "../utils"
1013
}
1114
]
1215
}

packages/validator-ajv8/tsconfig.json

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
},
88
{
99
"path": "./test"
10+
},
11+
{
12+
"path": "../utils"
1013
}
1114
]
1215
}

0 commit comments

Comments
 (0)