mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 09:05:55 +00:00
21 lines
476 B
JSON
21 lines
476 B
JSON
{
|
|
"extends": "../../../tsconfig.shared",
|
|
"compilerOptions": {
|
|
"emitDeclarationOnly": false,
|
|
"noEmit": true,
|
|
"paths": {
|
|
"@uppy/utils/lib/*": ["../utils/src/*"],
|
|
"@uppy/core": ["../core/src/index.js"],
|
|
"@uppy/core/lib/*": ["../core/src/*"],
|
|
},
|
|
},
|
|
"include": ["./package.json", "./src/**/*.*"],
|
|
"references": [
|
|
{
|
|
"path": "../utils/tsconfig.build.json",
|
|
},
|
|
{
|
|
"path": "../core/tsconfig.build.json",
|
|
},
|
|
],
|
|
}
|