Skip to content

Commit

Permalink
Add avoidCheckingAbstractTypesRecursively to defaultMapper
Browse files Browse the repository at this point in the history
  • Loading branch information
eddeee888 committed Oct 14, 2024
1 parent aa3baf1 commit ddc58bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ export interface RawResolversConfig extends RawConfig {
* plugins: ['typescript', 'typescript-resolver', { add: { content: "import { DeepPartial } from 'utility-types';" } }],
* config: {
* defaultMapper: 'DeepPartial<{T}>',
* avoidCheckingAbstractTypesRecursively: true // required if you have complex nested abstract types
* },
* },
* },
Expand Down

0 comments on commit ddc58bc

Please # to comment.