Posts tagged typescript

Watch and run typescript file

Assuming that you want to compile and watch main.ts, then compile it and run the .js equivalent:

Read more ...


nx

Create a new project:

Read more ...


Deep partial

There is no native Partial functionality if we want to apply it to the nested properties of an object as well.

Read more ...


Object with required keys

Consider that we have an enum containing the keys:

Read more ...


Sleep

Await sleep

Read more ...


Index Types

Using raw strings to convey type information:

Read more ...