Echo JS 0.11.0

<~>

KATT comments

KATT 1114 days ago. link 1 point
Automatically gets you autocompletion + type safety in the client based on your backend's input/output - without any code generation, watchers, or schemas.

No dependencies and can be added to existing express/next.js/react/RN/[..] apps.

Play around with it and reach out to me on twitter (@alexdotjs) if you have any questions.
KATT 2114 days ago. link 1 point
https://github.com/TypeStrong/ts-node#configuration-options

> You can set options by passing them before the script path, via programmatic usage or via environment variables.
> 
> ```
> ts-node --compiler ntypescript --project src/tsconfig.json > hello-world.ts
> ```

Never had the need but it seems to have a `--project` setting. Anyway, I'm sure you'd find a way to work with `ts-node` if you could, so it's no criticism, just curiosity! 🍻