1 Star 7 Fork 0

masx200 / webdav-cli

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
tsconfig.json 540 Bytes
Copy Edit Raw Blame History
masx200 authored 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

Search

53164aa7 5694891 3bd8fe86 5694891