Skip to content

Commit

Permalink
Configure new-component to use typescript
Browse files Browse the repository at this point in the history
This is the right form of configuring new-component to generate a tsx
component. However, I think we might want to build our own new-component
script to generate templates that are specific to our needs; the
typescript template from new-component doesn't really set us up to build
a typed component.
  • Loading branch information
jonathansick committed Aug 14, 2023
1 parent 923ae43 commit 7bf9e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/squared/.new-component-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"lang": "tsx",
"lang": "ts",
"dir": "src/components"
}

0 comments on commit 7bf9e11

Please sign in to comment.