1 Star 1 Fork 0

SyncGithub/mp_release_platform

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tsconfig.json 951 Bytes
一键复制 编辑 原始数据 按行查看 历史
李梓杰 提交于 2020-11-17 21:55 . 小程序自动化构建平台
{
"compilerOptions": {
"module": "commonjs",
"declaration": false,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "es6",
"lib": [
"es2020",
],
"sourceMap": false,
"outDir": "./private/server",
"baseUrl": "./server",
"incremental": true,
"allowJs": true,
"paths": {
"@/*": ["./app/*"],
"@assets/*": ["./app/assets/*"],
"@images/*": ["./app/assets/images/*"],
"@scss/*": ["./app/assets/scss/*"],
"@components/*": ["./app/components/*"],
"@filter/*": ["./app/filter/*"],
"@mixin/*": ["./app/mixin/*"],
"@router/*": ["./app/router/*"],
"@store/*": ["./app/store/*"],
"@utils/*": ["./app/utils/*"],
"@src/*": ["./app/src/*"]
},
},
"include": ["./app/**.vue", "./app/**.js", "./app/**.ts", "./server/**.js", "./server/**.ts"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/sync-github/mp_release_platform.git
git@gitee.com:sync-github/mp_release_platform.git
sync-github
mp_release_platform
mp_release_platform
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385