当使用tsc时指定输入文件时,会忽略tsconfig.json文件见官方文档 When input files are specified on the command line, tsconfig.json files are ignored. 所以要指定target tsc demo -t es5 或者直接使用tsc不指定输入文件,则默认使用当前目录下的tsconfig.json
当使用tsc时指定输入文件时,会忽略tsconfig.json文件
见官方文档
所以要指定target
或者直接使用
tsc
不指定输入文件,则默认使用当前目录下的tsconfig.json