mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
31 lines
636 B
JSON
31 lines
636 B
JSON
{
|
|
"extends": "../../../tsconfig.shared",
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"jsxImportSource": "react",
|
|
"jsx": "react-jsx",
|
|
"rootDir": "./src"
|
|
},
|
|
"include": ["./src/**/*.*"],
|
|
"exclude": ["./src/**/*.test.tsx"],
|
|
"references": [
|
|
{
|
|
"path": "../core/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../components/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../dashboard/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../screen-capture/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../webcam/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../status-bar/tsconfig.build.json"
|
|
}
|
|
]
|
|
}
|