How to configure react turbo repo with javascript #9029
-
SummaryHi npx create-turbo@latest when i use this cmnd to create turbo repo in react I am getting the project with typescript configuration but I am react developer with javascript so how do i configure the turbo repo with javascript Please help me out from this Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Answered by
anthonyshew
Aug 22, 2024
Replies: 1 comment
-
No changes are needed to use Turborepo with JavaScript. We use TypeScript because its more often what we get asked for, but pure JavaScript doesn't require any extra configuration. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
anthonyshew
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No changes are needed to use Turborepo with JavaScript. We use TypeScript because its more often what we get asked for, but pure JavaScript doesn't require any extra configuration.