DEV Community

Discussion on: Sell Me On Typescript

 
psypher1 profile image
James 'Dante' Midzi

This is realty interesting... Is there a public repo I can look at?

Thread Thread
 
peerreynders profile image
peerreynders • Edited

Not sure what you are hoping to find but recently I put together solid-hackernews-a.

Vite uses esbuild for "discarding type annotations" - so npm run dev doesn't type check (presumably that is supposed to happen a priori in the IDE/language server enabled editor). npm run lint:types is used separately for static type checking.

Thread Thread
 
psypher1 profile image
James 'Dante' Midzi

Not looking to find anything specific. I understand technologies better by having a look at how people use them over reading the docs...

I'll have a look, thank you