mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-22 17:58:05 +00:00
30 lines
612 B
JSON
30 lines
612 B
JSON
{
|
|
"extends": "../../../tsconfig.shared",
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"resolveJsonModule": false,
|
|
"rootDir": "./src"
|
|
},
|
|
"include": ["./src/**/*.*"],
|
|
"exclude": ["./src/**/*.test.ts"],
|
|
"references": [
|
|
{
|
|
"path": "../core/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../dashboard/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../drag-drop/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../file-input/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../progress-bar/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../status-bar/tsconfig.build.json"
|
|
}
|
|
]
|
|
}
|