FoundKey/packages
Francis Dinh dde6f5eb55
foundkey-js: fix build errors
The use of `"moduleResolution": "Node16"` is to make TS use the same
module resolution as Node does when using ESM modules.

`reconnecting-websocket`'s TS definition files were copied over but
wrapped in a `declare module` block to make TS properly accept
using the default import directly without using `.default`.

I also decided to look into `autobind-decorator`'s source code and
figured that I could use the `boundMethod` annotation directly instead
of using the `autobind` default export.
2022-09-09 00:08:21 -04:00
..
backend build: update typescript and related packages 2022-09-08 23:00:36 -04:00
client build: update typescript and related packages 2022-09-08 23:00:36 -04:00
foundkey-js foundkey-js: fix build errors 2022-09-09 00:08:21 -04:00
shared client: fix some lints 2022-08-12 08:35:22 +02:00
sw sw: Remove fetch handler from service worker 2022-09-06 23:24:23 +02:00
meta.json refactoring 2021-11-12 02:02:25 +09:00