Please explain What is tsconfig.json File?
Answers
Answered by
3
tsconfig.json signifies the directory in which it is kept is the root ofTypeScript project. The tsconfig.json file specifies the root files and the compiler options required to compile the project. ... "target": "es5" => will compile the es6 to es5 so that it is compatible browsers.
Similar questions
Social Sciences,
7 months ago
Physics,
7 months ago
Math,
1 year ago
Physics,
1 year ago
Biology,
1 year ago