You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: ensure tsconfig is explicitly configured for ts_project targets
Currently we always use our build tsconfigs from `/src`, whenever we see
a `ts_project`, or `ng_project` target. This doesn't work for targets
outside of `src` and ambiguously breaks the build.
This commit makes this a more obvious failure mode.
0 commit comments