Shared UI Do I have to use typescript #2579
-
|
Hi, I have moved my nextjs apps over and move some of the UI components in the shared UI part of turbo repo. However I'm getting errors in the shared ui. My ui files are .js I think turbo repo what's them as typescript? Basically can I use.js components in the shared ui library? |
Beta Was this translation helpful? Give feedback.
Answered by
nathanhammond
Nov 3, 2022
Replies: 1 comment
-
|
You can do whatever you want, this is not related to anything other than your build configuration. Nothing to do with Turborepo. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nathanhammond
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do whatever you want, this is not related to anything other than your build configuration. Nothing to do with Turborepo.