1 Star 0 Fork 0

摘葫芦的葫芦娃/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/**/*",
],
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lynnwuxincheng/tmagic-editor.git
git@gitee.com:lynnwuxincheng/tmagic-editor.git
lynnwuxincheng
tmagic-editor
tmagic-editor
master

搜索帮助