diff --git a/templates/svix-lib-javascript/component_type_summary.ts.jinja b/templates/svix-lib-javascript/component_type_summary.ts.jinja new file mode 100644 index 0000000..2833b36 --- /dev/null +++ b/templates/svix-lib-javascript/component_type_summary.ts.jinja @@ -0,0 +1,4 @@ +// this file is @generated +{% for type in types -%} +export { {{ type | to_upper_camel_case }} } from "./{{ type | to_lower_camel_case }}" +{% endfor %}