mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
25 lines
503 B
JSON
25 lines
503 B
JSON
{
|
|
"extends": "../../../tsconfig.shared",
|
|
"compilerOptions": {
|
|
"emitDeclarationOnly": false,
|
|
"noEmit": true
|
|
},
|
|
"include": ["./package.json", "./src/**/*.*"],
|
|
"references": [
|
|
{
|
|
"path": "../companion-client/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../provider-views/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../tus/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../utils/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../core/tsconfig.build.json"
|
|
}
|
|
]
|
|
}
|