@uppy/webdav
Version:
Import files from WebDAV into Uppy.
23 lines (22 loc) • 454 B
JSON
{
"extends": "../../../tsconfig.shared",
"compilerOptions": {
"emitDeclarationOnly": false,
"noEmit": true,
},
"include": ["./package.json", "./src/**/*.*"],
"references": [
{
"path": "../utils/tsconfig.build.json",
},
{
"path": "../core/tsconfig.build.json",
},
{
"path": "../provider-views/tsconfig.build.json",
},
{
"path": "../companion-client/tsconfig.build.json",
},
],
}