InterviewSolution
Saved Bookmarks
| 1. |
What is the use of the tsconfig.json file in typescript? |
|
Answer» DEVELOPERS add tsconfig.json file or TYPESCRIPT CONFIGURATION file to a project to guide the COMPILER as the JavaScript files are generated by it. This file also contains flags and options that are essential to run Angular applications. |
|