Starting a TypeScript Project in 2021
metachris.com
Starting a TypeScript Project in 2021
1–10 of 190 posts
Re: Starting a TypeScript Project in 2021
#2Re: Starting a TypeScript Project in 2021
#3Nice article, you could also just use https://github.com/formium/tsdx
Re: Starting a TypeScript Project in 2021
#4Re: Starting a TypeScript Project in 2021
#5Re: Starting a TypeScript Project in 2021
#6Nice article, you could also just use https://github.com/formium/tsdx
I am probably not the target demographic for tsdx or other bootstrap libraries in the ecosystem but I would love to have something "simple" with good defaults which I can debug if something breaks to make CLI scripts to familiarise myself with the language and ecosystem.
Currently the best option for me is to manually setup the directory structure and build commands which is not fun for mostly simple throwaway code.
golang and rust seem to have things right in this regard though rust build artifacts can get quite big.
Re: Starting a TypeScript Project in 2021
#7In 2021, I think it's safe to start a TypeScript project with Deno.
Re: Starting a TypeScript Project in 2021
#8Re: Starting a TypeScript Project in 2021
#9Re: Starting a TypeScript Project in 2021
#10I’m curious about the value of eslint for TypeScript. I’ve not really found myself wanting from the coverage provided by tsc.