21 Star 90 Fork 43

Tencent / tmagic-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 967 Bytes
一键复制 编辑 原始数据 按行查看 历史
roymondchen 提交于 2024-01-09 14:58 . feat: 新增tmagic-form-runtime
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"strict": true,
"jsx": "preserve",
"moduleResolution": "Node",
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"importHelpers": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"resolveJsonModule": true,
"sourceMap": true,
"useDefineForClassFields": true,
"baseUrl": ".",
"lib": ["ESNext", "DOM"],
"paths": {
// 内部模块都指向 src/index.ts, 会有更好的代码跳转体验.
"@tmagic/*": ["packages/*/src"],
"@tmagic/tmagic-form-runtime": ["runtime/tmagic-form/src"],
"@editor/*": ["packages/editor/src/*"],
"@form/*": ["packages/form/src/*"],
"@data-source/*": ["packages/data-source/src/*"],
},
"types": [
"node",
"vite/client",
],
},
"exclude": [
"**/dist/**/*",
"**/node_modules/**/*",
],
}
1
https://gitee.com/mirrors_Tencent/tmagic-editor.git
git@gitee.com:mirrors_Tencent/tmagic-editor.git
mirrors_Tencent
tmagic-editor
tmagic-editor
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891