Science, asked by maolitch8265, 11 months ago

Please explain What is tsconfig.json File?

Answers

Answered by rjgolu
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