Open matthewgallo opened 20 hours ago
This would remove the need to compile the ts files and would substantially improve performance. This would also help to make the functionality more flexible as the tsc command specifically includes --jsx react right now.
tsc
--jsx react
https://github.com/matthewgallo/generate-pattern/blob/main/index.ts#L159
This would remove the need to compile the ts files and would substantially improve performance. This would also help to make the functionality more flexible as the
tsc
command specifically includes--jsx react
right now.https://github.com/matthewgallo/generate-pattern/blob/main/index.ts#L159