Commit graph

6 commits

Author SHA1 Message Date
Renée Kooi
5709647728
typescript: fix uppy package use with allowSyntheticImports: false
Synthetic default imports allow you to `import X from 'x'` if `'x'` is a
CommonJS module. Our `uppy` package relied on that (probably forgot to
update it in a previous patch). If users had set
`allowSyntheticDefaultImports: false`, they would not be able to use the
`uppy` package.

We should at some point go through the typings again and set everything
to the tightest options, because that'll work with the widest array of
users, but for now let's just unbreak this particular case.

Fixes #1395
2019-04-01 11:47:52 +02:00
Renée Kooi
be7a1ccc8b
rm trailing comma 2018-12-20 14:51:42 +01:00
Ifedapo Olarewaju
9a841f693a refactor: rename service-dog -> companion 2018-07-22 18:53:57 +01:00
Ifedapo Olarewaju
e5d0f3eba7 exclude service-dog from default tsc build 2018-07-22 18:53:56 +01:00
Renée Kooi
f31adbb1be
transloadit: Add tests for types. 2018-06-28 16:30:25 +02:00
Renée Kooi
36e5a82393
Use a single typescript config for all types tests. 2018-06-28 16:30:24 +02:00
Renamed from packages/@uppy/core/types/tsconfig.json (Browse further)