mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-21 01:15:35 +00:00
9 lines
196 B
JSON
9 lines
196 B
JSON
{
|
|
"extends": "../../../tsconfig.shared",
|
|
"compilerOptions": {
|
|
"emitDeclarationOnly": false,
|
|
"noEmit": true,
|
|
},
|
|
"include": ["./package.json", "./src/**/*.*"],
|
|
"references": [],
|
|
}
|