1 Star 1 Fork 2

XM/alioss-web-uploader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 602 Bytes
一键复制 编辑 原始数据 按行查看 历史
XM 提交于 2019-11-06 10:52 . :wrench:Update tsconfig
{
"compilerOptions": {
"module": "ESNext",
"target": "es5",
// "target": "es6",
// "strict": true,
"sourceMap": true,
// "outDir": "./dist",
// moduleResolution:node:`folder/index` can short to `folder`
"moduleResolution": "node",
"lib": [
"es5",
"es6",
"dom"
],
"esModuleInterop": true,
"baseUrl": "./",
"paths": {
"@/*": [
"src/*"
]
},
"removeComments": false,
"declaration": true,
"declarationDir": "./types"
},
"exclude": [
"node_modules"
],
"include": [
"./src/**/*"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/zhang0ZGC/alioss-web-uploader.git
[email protected]:zhang0ZGC/alioss-web-uploader.git
zhang0ZGC
alioss-web-uploader
alioss-web-uploader
master

搜索帮助