We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{ "compilerOptions": { "emitDecoratorMetadata": true, "experimentalDecorators": true } }
此项目的tsconfig.json已经设置了"emitDecoratorMetadata": true,而且cli创建的测试项目也设置了"emitDecoratorMetadata": true;但是仍然不生效,无法获取到design:type等元数据。
tsconfig.json
"emitDecoratorMetadata": true
design:type
怀疑是zhin主包编译时没有读取tsconfig.json文件。
@lc-cn 能否来解答一下?怀疑是esbuild有相关的配置。但是我不太了解esbuild,,,((滑稽)嘿嘿嘿
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如题所示
此项目的
tsconfig.json
已经设置了"emitDecoratorMetadata": true
,而且cli创建的测试项目也设置了"emitDecoratorMetadata": true
;但是仍然不生效,无法获取到design:type
等元数据。怀疑是zhin主包编译时没有读取tsconfig.json文件。
@lc-cn 能否来解答一下?怀疑是esbuild有相关的配置。但是我不太了解esbuild,,,((滑稽)嘿嘿嘿
The text was updated successfully, but these errors were encountered: