mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-24 02:46:39 +00:00
35 lines
727 B
JSON
35 lines
727 B
JSON
{
|
|
"extends": "../../../tsconfig.shared",
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"jsxImportSource": "react",
|
|
"jsx": "react-jsx",
|
|
"resolveJsonModule": false,
|
|
"rootDir": "./src"
|
|
},
|
|
"include": ["./src/**/*.*"],
|
|
"exclude": ["./src/**/*.test.tsx"],
|
|
"references": [
|
|
{
|
|
"path": "../utils/tsconfig.build.json"
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|