father icon indicating copy to clipboard operation
father copied to clipboard

feat: 支持 isolatedDeclarations

Open sorrycc opened this issue 1 year ago • 0 comments

What problem does this feature solve?

背景是 dts 慢,TypeScript 最新的 isolatedDeclarations 可以解这个问题,更多约束和报错,然后把 dts 的生成交给社区库,比如 swc 。

Possible Solution (optional)

如果 tsconfig.json 里有配 isolatedDeclarations,则走这套方案。

sorrycc avatar Aug 01 '24 07:08 sorrycc