uppy/packages/@uppy/remote-sources/tsconfig.build.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

41 lines
804 B
JSON

{
"extends": "../../../tsconfig.shared",
"compilerOptions": {
"outDir": "./lib",
"rootDir": "./src"
},
"include": ["./src/**/*.*"],
"exclude": ["./src/**/*.test.ts"],
"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"
}
]
}