tsconfig.json

tsconfig.json是ts编译器默认使用的配置文件
tsconfig.json

{
  "compilerOptions": {
    "strict": false,
    "target": "ES5"
  }
}
posted @ 2022-05-18 21:47  见信  阅读(41)  评论(0)    收藏  举报