mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-27 04:05:10 +00:00
28 lines
572 B
JSON
28 lines
572 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": "../image-editor/tsconfig.build.json",
|
|
},
|
|
{
|
|
"path": "../utils/tsconfig.build.json",
|
|
},
|
|
{
|
|
"path": "../core/tsconfig.build.json",
|
|
},
|
|
],
|
|
}
|