2021-10-10
|~2 min read
|254 words
I was working on a Typescript project recently that was bootstrapped with TSDX. Unfortunately, when I went to use some features, like…
2021-10-10
|~1 min read
|146 words
In writing about setting Typescript up for new projects, one of the features I discussed in passing is extending configurations. Extending a…
2021-10-10
|~5 min read
|869 words
I’ve written in the past about a simple boiler plate for node applications. Today, however, I want to talk about a more generic boiler…
2021-10-10
|~1 min read
|129 words
The following is a simple that I’ve found helpful when writing simple node applications. I’ve found myself copying and pasting it between…
2021-10-10
|~1 min read
|129 words
The following is a simple TSConfig that I’ve found helpful when writing simple node applications. I’ve found myself copying and pasting it…