mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-19 17:44:30 +00:00
42 lines
884 B
JSON
42 lines
884 B
JSON
{
|
|
"extends": "../../../tsconfig.shared",
|
|
"compilerOptions": {
|
|
"emitDeclarationOnly": false,
|
|
"noEmit": true,
|
|
"jsxImportSource": "react",
|
|
"jsx": "react-jsx",
|
|
},
|
|
"include": ["./package.json", "./src/**/*.*"],
|
|
"references": [
|
|
{
|
|
"path": "../utils/tsconfig.build.json",
|
|
},
|
|
{
|
|
"path": "../core/tsconfig.build.json",
|
|
},
|
|
{
|
|
"path": "../components/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",
|
|
},
|
|
{
|
|
"path": "../screen-capture/tsconfig.build.json",
|
|
},
|
|
{
|
|
"path": "../webcam/tsconfig.build.json",
|
|
},
|
|
],
|
|
}
|