eggjs / tegg

Strong Type framework with eggjs.
MIT License
240 stars 35 forks source link

其他用户拉取代码后, yarn install 并执行 yarn dev 报错 #226

Closed mqliutie closed 5 months ago

mqliutie commented 5 months ago

在此输入你需要反馈的 Bug 具体信息(Bug in Detail):

  1. 代码在 extend/application.ts 设置了一些属性, 挂在 app 上
  2. 其他用户拉取代码执行后提示, 属性不在 Applicaiton 上
  3. 报错信息 Property 'guid' does not exist on type 'Application'.

可复现问题的仓库地址(Reproduction Repo)

Node 版本号:

20.14.0

TEgg 版本号:

"@eggjs/tegg": "^3.5.2"

相关插件名称与版本号:

操作平台与版本号:

macOS 12.7.5 (21H1222)

mqliutie commented 5 months ago

tsconfig的 include 没有把根目录的 typing 包进去