@uppy/webdav
Version:
Import files from WebDAV into Uppy.
25 lines (24 loc) • 491 B
JSON
{
"extends": "../../../tsconfig.shared",
"compilerOptions": {
"outDir": "./lib",
"resolveJsonModule": false,
"rootDir": "./src"
},
"include": ["./src/**/*.*"],
"exclude": ["./src/**/*.test.ts"],
"references": [
{
"path": "../utils/tsconfig.build.json"
},
{
"path": "../core/tsconfig.build.json"
},
{
"path": "../provider-views/tsconfig.build.json"
},
{
"path": "../companion-client/tsconfig.build.json"
}
]
}