uppy/packages/@uppy/remote-sources/tsconfig.json
Prakash 12de077e6d
remove @uppy/instagram (#6257)
closes #5455 , this PR removes all Instagram support from both the
client and Companion server.

Removed:
- Instagram from @uppy/remote-sources (src, package.json, keywords)
- Instagram export from uppy bundle (bundle.ts, index.ts, package.json)
- Companion Instagram OAuth provider (provider/index.js, grant.js)
- Companion standalone helper Instagram env vars (helper.js,
env_example)
- All Companion Instagram tests (providers.test.js,
provider-manager.test.js, fixtures/index.js, mockserver.js)
2026-05-13 14:42:10 +05:30

40 lines
792 B
JSON

{
"extends": "../../../tsconfig.shared",
"compilerOptions": {
"emitDeclarationOnly": false,
"noEmit": true
},
"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": "../onedrive/tsconfig.build.json"
},
{
"path": "../unsplash/tsconfig.build.json"
},
{
"path": "../url/tsconfig.build.json"
},
{
"path": "../zoom/tsconfig.build.json"
},
{
"path": "../core/tsconfig.build.json"
}
]
}