Attempt to build library - cannot find tsconfig.json #6825
steve-taylor
started this conversation in
General
Replies: 2 comments 1 reply
-
What kind of library did you generate? The root |
Beta Was this translation helpful? Give feedback.
1 reply
-
@steve-taylor @brandonroberts the issue is with some/any invalid JSON syntax in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created a new workspace and a couple of libraries. Whenever I attempt to build one of the libraries (e.g.
nx build my-lib
), I immediately get the following error:Are buildable libraries broken at the moment? It seems odd that it's looking for tsconfig.json in the root, because nx doesn't create it and there aren't any config files pointing to it.
Beta Was this translation helpful? Give feedback.
All reactions