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
Typescript compiler creates tsconfig.tsbuildinfo file in outDir. This file has program.options.paths field that is the same as compilerOptions.paths in tsconfig.json.
It will be good to try to load paths from tsconfig.tsbuildinfo if tsconfig.json not found to not to copy tsconfig.json every time to built app.
Thanks!
The text was updated successfully, but these errors were encountered:
aliksend
changed the title
Use tsconfig.tsbuildinfo is tsconfig.json not found
Use tsconfig.tsbuildinfo when tsconfig.json not found
Jun 8, 2021
Typescript compiler creates
tsconfig.tsbuildinfo
file in outDir. This file hasprogram.options.paths
field that is the same ascompilerOptions.paths
intsconfig.json
.It will be good to try to load paths from
tsconfig.tsbuildinfo
iftsconfig.json
not found to not to copytsconfig.json
every time to built app.Thanks!
The text was updated successfully, but these errors were encountered: