We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da59ae commit fc6ee26Copy full SHA for fc6ee26
config/typescript-transformer.php
@@ -42,6 +42,7 @@
42
'default_type_replacements' => [
43
DateTime::class => 'string',
44
DateTimeImmutable::class => 'string',
45
+ Carbon\CarbonInterface::class => 'string',
46
Carbon\CarbonImmutable::class => 'string',
47
Carbon\Carbon::class => 'string',
48
],
0 commit comments