I'm not quite clear on how this works #180
Unanswered
HyperCrab2000
asked this question in
Q&A
Replies: 1 comment 2 replies
-
So I made a mistake in my tsconfig file and updated it accordingly and now I no longer see the tsc errors. But without any errors, do I still need tsc-alias to update the paths? |
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
-
It looks like tsc-alias goes through all of the built files and replaces absolute paths with relative paths, right?
But what if tsc before running tsc-alias gives you lots of 'cannot find module' errors? Should we ignore these? Will tsc still build everything out if it cannot resolve the modules?
If these errors from tsc should be ignored, then how can we bypass this for pipeline steps? Or is there a way for tsc to not spit these errors out so that it can immediately go to tsc-alias?
Beta Was this translation helpful? Give feedback.
All reactions