mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
23 lines
459 B
JSON
23 lines
459 B
JSON
{
|
|
"extends": "../../../tsconfig.shared",
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"rootDir": "./src"
|
|
},
|
|
"include": ["./src/**/*.*"],
|
|
"exclude": ["./src/**/*.test.ts"],
|
|
"references": [
|
|
{
|
|
"path": "../companion-client/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../provider-views/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../utils/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../core/tsconfig.build.json"
|
|
}
|
|
]
|
|
}
|