2 Star 0 Fork 0

liu-bluesky / 低代码平台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 573 Bytes
一键复制 编辑 原始数据 按行查看 历史
liu-bluesky 提交于 2022-02-21 17:24 . 123
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"lib": [
"esnext",
"dom"
],
"types": [
"vite/client"
],
"baseUrl": "src",
"paths": {
"/@ts/*": [
"*"
]
},
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"src/router/routes/modules/menuts",
"src/hooks/color.js"
]
}
1
https://gitee.com/blueskyliu/low-code-platform.git
git@gitee.com:blueskyliu/low-code-platform.git
blueskyliu
low-code-platform
低代码平台
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891