mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 18:35:54 +00:00
16 lines
325 B
JSON
16 lines
325 B
JSON
{
|
|
"extends": "../../../tsconfig.shared",
|
|
"compilerOptions": {
|
|
"emitDeclarationOnly": false,
|
|
"noEmit": true,
|
|
},
|
|
"include": ["./package.json", "./src/**/*.*"],
|
|
"references": [
|
|
{
|
|
"path": "../store-default/tsconfig.build.json",
|
|
},
|
|
{
|
|
"path": "../utils/tsconfig.build.json",
|
|
},
|
|
],
|
|
}
|