rttist / examples

Set of examples in React, Angular, vanilla TS, Webpack, Parcel, Rollup etc. with configured reflection.
MIT License
0 stars 2 forks source link

switch from `ttypescript` to `ts-patch` #1

Open mindplay-dk opened 1 year ago

mindplay-dk commented 1 year ago

ttypescript is dead - from the author's README:

image

It's being used in the vanilla example here:

https://github.com/rttist/examples/blob/a060ee85efcaa4b799bcaab4079f4bd0eaa44313/vanilla-typescript-tsc/package.json#L11

It probably should be switched to ts-patch, which supports TS 5.0+.

I can jump in and try to help one of the next days. 🙂


At a glance, this project looks awesome - my first project will probably be a DI container. In TS! Finally! 🤩