uppy/packages/@uppy/react/tsconfig.json
Prakash 92a0a0d2b8
add back framework wrappers for @uppy/status-bar (#5948)
- 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
2025-09-17 10:40:57 +02:00

33 lines
681 B
JSON

{
"extends": "../../../tsconfig.shared",
"compilerOptions": {
"emitDeclarationOnly": false,
"noEmit": true,
"jsxImportSource": "react",
"jsx": "react-jsx"
},
"include": ["./package.json", "./src/**/*.*"],
"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"
}
]
}