The tsconfig and .prettierrc files are missing in the catalyst monorepo. #1712
Answered
by
chanceaclark
prasanthpillai
asked this question in
Q&A
-
The required configuration files, such as |
Beta Was this translation helpful? Give feedback.
Answered by
chanceaclark
Dec 9, 2024
Replies: 1 comment 2 replies
-
Can you add some more details here, like what version of Catalyst and the client you are working with? Also, an example repo would be extremely helpful here. On main, we do have these files, so not sure what is missing from this picture: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make sure to copy over the vscode settings file we have:
cp .vscode/settings.example.json .vscode/settings.json
. After reloading your VSCode window, you should have all the config needed for those to work.