mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
23 lines
460 B
JSON
23 lines
460 B
JSON
{
|
|
"extends": "../../../tsconfig.shared",
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"rootDir": "./src"
|
|
},
|
|
"include": ["./src/**/*.*"],
|
|
"exclude": ["./src/**/*.test.ts"],
|
|
"references": [
|
|
{
|
|
"path": "../audio/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../core/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../google-drive-picker/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../image-editor/tsconfig.build.json"
|
|
}
|
|
]
|
|
}
|