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 ee32da7 commit dd54300Copy full SHA for dd54300
src/index.ts
@@ -24,3 +24,5 @@ export const plugin: PluginFunction<ValidationSchemaPluginConfig> = async (
24
content: "\n" + [...generated].join("\n"),
25
};
26
27
+
28
+export default { plugin };
0 commit comments