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