Mikael Finstad
|
8f97fd61fa
|
cleanup tsconfig (#5520)
- move skipLibCheck to tsconfig.shared
- remove noImplicitAny
was added in https://github.com/transloadit/uppy/pull/4844
but without an explanation
|
2024-11-18 20:41:59 +08:00 |
|
Antoine du Hamel
|
d85caf6c51
|
meta: exclude tsconfig files from npm bundles (#4916)
|
2024-02-13 23:21:08 +01:00 |
|
Antoine du Hamel
|
2454d85a44
|
meta: fix missing line return in JS2TS script
|
2024-01-25 10:25:00 +01:00 |
|
Antoine du Hamel
|
588bfb515e
|
meta: prettier 3.0.3 -> 3.2.4 (#4889)
Notable change: https://prettier.io/blog/2023/11/13/curious-ternaries
|
2024-01-24 11:37:01 +01:00 |
|
Antoine du Hamel
|
2c05594511
|
meta: fix js2ts script (#4846)
|
2024-01-03 14:52:26 +01:00 |
|
Antoine du Hamel
|
df6043da0c
|
meta: fix js2ts script (#4844)
|
2023-12-30 12:42:59 +01:00 |
|
Merlijn Vos
|
0bea173c2a
|
meta: fix js2ts script on Node.js 20+ (#4802)
Co-authored-by: Antoine du Hamel <antoine@transloadit.com>
|
2023-12-05 12:51:57 +01:00 |
|
Antoine du Hamel
|
73fdcaf4a6
|
meta: improve js2ts script (#4786)
* meta: improve js2ts script
- add `@ts-ignore` comment on `package.json` imports.
- better detect imports of local `.js` files.
- do not remove non-JS files from the source.
* fixup! meta: improve js2ts script
* fixup! fixup! meta: improve js2ts script
* fixup! meta: improve js2ts script
* Update index.mjs
|
2023-11-21 13:47:40 +01:00 |
|
Antoine du Hamel
|
1431d52e0f
|
meta: fix JS2TS script (#4778)
|
2023-11-09 11:41:01 +01:00 |
|
Antoine du Hamel
|
222b427ec3
|
meta: fix TS integration (#4741)
|
2023-10-20 14:15:46 +02:00 |
|
Antoine du Hamel
|
ab0c656536
|
meta: fix js2ts check
|
2023-10-17 16:11:35 +02:00 |
|
Antoine du Hamel
|
773c8cb9a1
|
meta: add support for TypeScript plugins (#4640)
|
2023-10-17 15:38:15 +02:00 |
|