ant-design-mini/tsconfig.wechat.json
DiamondYuan 9b8bc725a9
fix: 优化 text 元素的编译 (#872)
* fix: 优化 text 元素的编译

* fix: 修复 app.json 页面错误

---------

Co-authored-by: DiamondYuan <fandi.yfd@antgroup.com>
2023-10-18 23:31:09 +08:00

7 lines
90 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"importHelpers": false
}
}