1 Star 0 Fork 47

Poirot/tmagic-editor

forked from Tencent/tmagic-editor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 901 Bytes
一键复制 编辑 原始数据 按行查看 历史
roymondchen 提交于 2023-05-29 11:33 . feat: 新增数据源
{
"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"],
"@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/1329232662/tmagic-editor.git
git@gitee.com:1329232662/tmagic-editor.git
1329232662
tmagic-editor
tmagic-editor
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385