uppy/packages/@uppy/utils/tsconfig.json
Prakash d301c01d6a
@uppy/utils: update export maps (#5900)
- cleanup `@uppy/utils ` removed unused / redundant modules .
- migrated modules and tests from `.js` to `.ts`
- removed all the nested export paths
- updated `@uppy/utils` import paths for all packages
- `@uppy/angular` is still failing while running`yarn build` , I'm
looking into it.

---------

Co-authored-by: Merlijn Vos <merlijn@soverin.net>
2025-08-19 12:25:27 +02:00

10 lines
209 B
JSON

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