uppy/packages/@uppy/react/tsconfig.json
Mikael Finstad 4869bdbecb
Pr6342 merged (#6379)
Co-authored-by: Prakash <qxprakash@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
2026-07-19 13:50:05 +02:00

30 lines
623 B
JSON

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