1 Star 7 Fork 0

masx200 / webdav-cli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 540 Bytes
一键复制 编辑 原始数据 按行查看 历史
masx200 提交于 2021-06-22 15:36 . 改成esmodule了
{
"compilerOptions": {
"moduleResolution": "Node",
"esModuleInterop": true,
"strict": true,
"module": "esnext",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "esnext",
"sourceMap": false,
"outDir": "./dist",
"baseUrl": "./",
"skipLibCheck": true
},
"include": ["src/**/*", "test/**/*"],
"exclude": ["node_modules", "dist", "test", "**/*spec.ts"]
}
JavaScript
1
https://gitee.com/masx200/webdav-cli.git
git@gitee.com:masx200/webdav-cli.git
masx200
webdav-cli
webdav-cli
master

搜索帮助