mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
13 lines
254 B
JSON
13 lines
254 B
JSON
{
|
|
"extends": "../../../tsconfig.shared",
|
|
"compilerOptions": {
|
|
"emitDeclarationOnly": false,
|
|
"noEmit": true
|
|
},
|
|
"include": ["./package.json", "./src/**/*.*"],
|
|
"references": [
|
|
{
|
|
"path": "../utils/tsconfig.build.json"
|
|
}
|
|
]
|
|
}
|