uppy/packages/@uppy/dashboard/tsconfig.json

25 lines
505 B
JSON

{
"extends": "../../../tsconfig.shared",
"compilerOptions": {
"emitDeclarationOnly": false,
"noEmit": true
},
"include": ["./package.json", "./src/**/*.*"],
"references": [
{
"path": "../thumbnail-generator/tsconfig.build.json"
},
{
"path": "../core/tsconfig.build.json"
},
{
"path": "../google-drive/tsconfig.build.json"
},
{
"path": "../url/tsconfig.build.json"
},
{
"path": "../webcam/tsconfig.build.json"
}
]
}