mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
- added `react` `vue` `svelte` `angular` framwork wrappers for `@uppy/status-bar` - `git add -f packages/@uppy/angular/projects/uppy/angular/src/lib/components/status-bar/` because https://transloadit.slack.com/archives/C0FMW9PSB/p1755632185831369?thread_ts=1755526948.473969&cid=C0FMW9PSB
34 lines
694 B
JSON
34 lines
694 B
JSON
{
|
|
"extends": "../../../tsconfig.shared",
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"jsxImportSource": "react",
|
|
"jsx": "react-jsx",
|
|
"rootDir": "./src"
|
|
},
|
|
"include": ["./src/**/*.*"],
|
|
"exclude": ["./src/**/*.test.tsx"],
|
|
"references": [
|
|
{
|
|
"path": "../utils/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../core/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../components/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../dashboard/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../screen-capture/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../webcam/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../status-bar/tsconfig.build.json"
|
|
}
|
|
]
|
|
}
|