father
father copied to clipboard
bug: dts 的增量特性被破坏
Version
4.4.0
OS Version
14.3.1 (23D60)
Node.js Version
v18.12.1
Link to minimal reproduction
https://github.com/ninesunsabiu/father
Steps to reproduce
- 安装依赖
- 边跟
examples/normal/tsconfig.json
中设定"incremental": true
但是没有设定tsBuildInfoFile
- 对
normal
运行father dev
What is expected?
项目根目录下的 tsconfig.tsbuildinfo
正常更新 增量行为能保持 tsc
的行为
What is actually happening?
项目根目录下的 tsconfig.tsbuildinfo
不再生成(不再更新)
Any additional comments? (optional)
No response