Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions
@git
proper tsconfig can make your life easier for example, if you see any "ES2020" update it to "ES2023" at least. Why? One reason is because ES2023 gives you access to: Array.prototype.findLast(),toReversed()/toSorted()/toSpliced() and more
2 replies
3 recasts
22 reactions
@git
if you don't got time then use this https://github.com/tsconfig/bases/tree/main/bases
0 reply
0 recast
5 reactions
v1rtl
@v1rtl.eth
I always set it to ESNext in my personal projects and to whatever version Node supports in engines.node if I'm writing a library
2 replies
0 recast
1 reaction