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
In google3, all the dependencies of a TypeScript program are known ahead
of time and they are listed in `tsconfig.json`. For this reason, there
is no need to watch `node_modules` directory. Tsserver in google3 has
additonal patch that explicitly prohibits watching directories that start
with `/google/src`.
This was not detected during development because we did not actually use
the TypeScript module specified in `typescript.tsdk`. The dynamic
loading of the `typescript` module requires the server code to be
compiled in AMD first, which happens only during the production build.
0 commit comments