mirror of
https://github.com/transloadit/uppy.git
synced 2026-08-03 15:23:30 +00:00
rewrite to tsx rewrite to hook fix broken virtualization (it didn't work) removed focus element retention (cannot get it to work) fixes #4679 closes #5307 see also https://github.com/transloadit/uppy/pull/5255#issuecomment-2205924942 closes #5890
10 lines
206 B
JSON
10 lines
206 B
JSON
{
|
|
"extends": "../../../tsconfig.shared",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"emitDeclarationOnly": false,
|
|
"noEmit": true
|
|
},
|
|
"include": ["src/*.ts", "src/*.tsx"],
|
|
"references": []
|
|
}
|