{
  "extends": "../../tsconfig.base.json", // 继承根配置
  "compilerOptions": {
    "outDir": "dist",
    "rootDir": "src"
  },
  "include": ["src"],
}