Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 配置增加declaration配置,支持自定义导出路径,不依赖tsconfig的declaration配置 #724

Open
huxuezhi opened this issue Oct 17, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@huxuezhi
Copy link

What problem does this feature solve?

因为在使用typescript v5中,启用allowImportingTsExtensions,要求"noEmit": true,然后导致无法发出类型文件warn - tsconfig.json noEmit is true, will not emit declaration files!
同时有需求共用一份类型文件,无需为esm/cjs各生产一份类型文件,所以希望能支持类型自定义产出路径

Possible Solution (optional)

No response

@huxuezhi huxuezhi added the enhancement New feature or request label Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant