mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-09-12 03:31:37 +08:00
将字段挂载时的 model 写入迁移至 registerField effect, 渲染与无渲染校验共用 applyMountValueEffects; nested 重命名为 innerConfig 以区分配置派生与值写入。
10 lines
125 B
JSON
10 lines
125 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "..",
|
|
},
|
|
"exclude": [
|
|
"**/dist/**/*"
|
|
],
|
|
}
|