mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +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)
41 lines
804 B
JSON
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"
|
|
}
|
|
]
|
|
}
|