mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
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)
40 lines
792 B
JSON
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"
|
|
}
|
|
]
|
|
}
|