uppy/packages/@uppy/image-generator/tsconfig.json
Murderlon 57edae21f4
Fix
2025-08-25 16:31:15 +02:00

22 lines
442 B
JSON

{
"extends": "../../../tsconfig.shared",
"compilerOptions": {
"emitDeclarationOnly": false,
"noEmit": true
},
"include": ["./package.json", "./src/**/*.*"],
"references": [
{
"path": "../utils/tsconfig.build.json"
},
{
"path": "../core/tsconfig.build.json"
},
{
"path": "../provider-views/tsconfig.build.json"
},
{
"path": "../transloadit/tsconfig.build.json"
}
]
}