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
微信小程序
小程序基础库: 2.3.1 使用框架: Vue 3
props.ts导致--skipLibCheck无效,开启isolatedModules是会报错。因为--skipLibCheck只忽略.d.ts
props.ts
--skipLibCheck
isolatedModules
.d.ts
其他都是 .d.ts,只有这一个是props.ts
props.d.ts
Taro CLI 3.4.13 environment info: System: OS: macOS 12.4 Shell: 5.8.1 - /bin/zsh Binaries: Node: 16.15.1 - /usr/local/bin/node npm: 8.11.0 - /usr/local/bin/npm npmPackages: @tarojs/cli: 3.5.1 => 3.5.1 @tarojs/components: 3.5.1 => 3.5.1 @tarojs/mini-runner: 3.5.1 => 3.5.1 @tarojs/runtime: 3.5.1 => 3.5.1 @tarojs/taro: 3.5.1 => 3.5.1 @tarojs/webpack-runner: 3.5.1 => 3.5.1 babel-preset-taro: 3.5.1 => 3.5.1 eslint-config-taro: 3.5.1 => 3.5.1
The text was updated successfully, but these errors were encountered:
same here
应该为 export type { StandardProps } from './common'
Sorry, something went wrong.
fix(types): udpate props fix #12180
9814aa5
abfb25c
tsconfig.json
ZakaryCode
Successfully merging a pull request may close this issue.
相关平台
微信小程序
小程序基础库: 2.3.1
使用框架: Vue 3
复现步骤
props.ts
导致--skipLibCheck
无效,开启isolatedModules
是会报错。因为--skipLibCheck
只忽略.d.ts
其他都是 .d.ts,只有这一个是props.ts
期望结果
props.d.ts
实际结果
props.ts
环境信息
The text was updated successfully, but these errors were encountered: