5 Star 12 Fork 5

梦卜云商 / 施工图

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 650 Bytes
一键复制 编辑 原始数据 按行查看 历史
傅长路 提交于 2020-11-08 23:50 . 更换为moveable、selecto
{
"compilerOptions": {
"allowJs": true,
"module": "commonjs",
"skipLibCheck": true,
"esModuleInterop": true,
"noImplicitAny": true,
"sourceMap": true,
"baseUrl": ".",
"outDir": "dist",
"moduleResolution": "node",
"resolveJsonModule": true,
"paths": {
"~/*": [
"./*"
],
"@/*": [
"./*"
]
},
"types": [
"@types/node",
"@nuxt/types",
"@nuxtjs/axios"
]
},
"exclude": [
"node_modules",
"dist"
]
}
TypeScript
1
https://gitee.com/seektalent/panda-model.git
git@gitee.com:seektalent/panda-model.git
seektalent
panda-model
施工图
master

搜索帮助