tsconfig.json是ts编译器默认使用的配置文件 tsconfig.json
{ "compilerOptions": { "strict": false, "target": "ES5" } }