uppy/packages/@uppy/utils/tsconfig.json
Mikael Finstad 2f62f4001f
Fix virtual list on main (take 3) (#5899)
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
2025-08-07 22:46:20 +02:00

10 lines
206 B
JSON

{
"extends": "../../../tsconfig.shared",
"compilerOptions": {
"allowJs": true,
"emitDeclarationOnly": false,
"noEmit": true
},
"include": ["src/*.ts", "src/*.tsx"],
"references": []
}