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
My understanding is that your tsconfig.json or your file list in your project file will be processed in that order. If any of your files have a /// <reference path="..." /> and the referenced file has not already been specified, then those referenced files will be concatenated before the contents of the current file.
Correct. One last alternative is including a file named _references.ts in the root of your project directly with the set of /// references you want in a particular order.
in vs2013, we set Combine Javascript output into file ,
my question is: what each js file order base on ?
The text was updated successfully, but these errors were encountered: