We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677c77c commit 1a24a45Copy full SHA for 1a24a45
src/config.ts
@@ -63,6 +63,9 @@ const configSchema = Type.Object(
63
/**
64
* When enabled, this option ensures that only primitive types are generated as JSON types.
65
* This ensures compatibility with tooling that only supports the serilization to JSON primitive types.
66
+ *
67
+ * This can be false (off), true (will result in formatted string type) or "transformer" which will use Tybepox transformers
68
+ * to output native JS Date types but transforms those to strings on processing
69
*
70
* E.g. Date will be of Type String when enabled.
71
*/
0 commit comments