1 Star 0 Fork 43

busfly / tmagic-editor

forked from Tencent / tmagic-editor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 790 Bytes
一键复制 编辑 原始数据 按行查看 历史
roymondchen 提交于 2022-02-17 14:47 . refactor: make it public
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"skipLibCheck": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"baseUrl": ".",
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
],
"paths": {
// 内部模块都指向 src/index.ts, 会有更好的代码跳转体验.
"@tmagic/*": ["packages/*/src"],
"@editor/*": ["packages/editor/src/*"],
},
"types": [
"jest",
"node",
],
},
"exclude": [
"**/dist/**/*"
],
}
1
https://gitee.com/busfly/tmagic-editor.git
git@gitee.com:busfly/tmagic-editor.git
busfly
tmagic-editor
tmagic-editor
master

搜索帮助