mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-31 22:11:28 +00:00
- 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>
10 lines
209 B
JSON
10 lines
209 B
JSON
{
|
|
"extends": "../../../tsconfig.shared",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"emitDeclarationOnly": false,
|
|
"noEmit": true
|
|
},
|
|
"include": ["src/**/*.{js,jsx,ts,tsx}"],
|
|
"references": []
|
|
}
|