what is the purpose of tsconfig.json?

后端 未结 5 1779
情歌与酒
情歌与酒 2020-12-13 12:54

I was reading angular2 referrences and found this tsconfig.json. I would like to know what the following parameters mean?

{
    \"compilerOption         


        
5条回答
  •  温柔的废话
    2020-12-13 13:30

    tsconfig file indicates the project as typescript project and it includes options on how the typescript files to be compiled. For details check the site https://www.typescriptlang.org/docs/handbook/tsconfig-json.html

提交回复
热议问题