uppy/packages/@uppy/remote-sources/tsconfig.json
2024-03-26 16:24:21 +01:00

67 lines
2 KiB
JSON

{
"extends": "../../../tsconfig.shared",
"compilerOptions": {
"emitDeclarationOnly": false,
"noEmit": true,
"paths": {
"@uppy/box": ["../box/src/index.js"],
"@uppy/box/lib/*": ["../box/src/*"],
"@uppy/dashboard": ["../dashboard/src/index.js"],
"@uppy/dashboard/lib/*": ["../dashboard/src/*"],
"@uppy/dropbox": ["../dropbox/src/index.js"],
"@uppy/dropbox/lib/*": ["../dropbox/src/*"],
"@uppy/facebook": ["../facebook/src/index.js"],
"@uppy/facebook/lib/*": ["../facebook/src/*"],
"@uppy/google-drive": ["../google-drive/src/index.js"],
"@uppy/google-drive/lib/*": ["../google-drive/src/*"],
"@uppy/instagram": ["../instagram/src/index.js"],
"@uppy/instagram/lib/*": ["../instagram/src/*"],
"@uppy/onedrive": ["../onedrive/src/index.js"],
"@uppy/onedrive/lib/*": ["../onedrive/src/*"],
"@uppy/unsplash": ["../unsplash/src/index.js"],
"@uppy/unsplash/lib/*": ["../unsplash/src/*"],
"@uppy/url": ["../url/src/index.js"],
"@uppy/url/lib/*": ["../url/src/*"],
"@uppy/zoom": ["../zoom/src/index.js"],
"@uppy/zoom/lib/*": ["../zoom/src/*"],
"@uppy/core": ["../core/src/index.js"],
"@uppy/core/lib/*": ["../core/src/*"],
},
},
"include": ["./package.json", "./src/**/*.*"],
"references": [
{
"path": "../box/tsconfig.build.json",
},
{
"path": "../dashboard/tsconfig.build.json",
},
{
"path": "../dropbox/tsconfig.build.json",
},
{
"path": "../facebook/tsconfig.build.json",
},
{
"path": "../google-drive/tsconfig.build.json",
},
{
"path": "../instagram/tsconfig.build.json",
},
{
"path": "../onedrive/tsconfig.build.json",
},
{
"path": "../unsplash/tsconfig.build.json",
},
{
"path": "../url/tsconfig.build.json",
},
{
"path": "../zoom/tsconfig.build.json",
},
{
"path": "../core/tsconfig.build.json",
},
],
}