Replies: 2 comments
-
please share logs, errors, etc |
Beta Was this translation helpful? Give feedback.
0 replies
-
Without the --build option, the dependent typescript projects won't be built. So you will get a type error for each reference to a file in the dependent project. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to use references in tsconfig.json for local library support...
tsc works fine with "--build" option...
node ace build does not.
Is it possible to get the --build option included in node ace build? Or am I missing something else that would work. What else is node ace build doing that needs to happen alongside tsc?
Beta Was this translation helpful? Give feedback.
All reactions