uppy/packages/@uppy/components/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

25 lines
521 B
JSON

{
"extends": "../../../tsconfig.shared",
"compilerOptions": {
"emitDeclarationOnly": false,
"noEmit": true
},
"include": ["./package.json", "./src/**/*.*"],
"references": [
{
"path": "../audio/tsconfig.build.json"
},
{
"path": "../core/tsconfig.build.json"
},
{
"path": "../google-drive-picker/tsconfig.build.json"
},
{
"path": "../google-photos-picker/tsconfig.build.json"
},
{
"path": "../image-editor/tsconfig.build.json"
}
]
}