{{tag>Brouillon}} # Notes développement JS JavaScript NodeJS ## TypeScript Voir : * https://world.hey.com/dhh/turbo-8-is-dropping-typescript-70165c01 Voir aussi : * CoffeeScript * PureScript * ReScript ~~~bash #npm install typescript npm init -y npm install typescript --save-dev # Voir yarnpkg export PATH="$PATH:~/node_modules/.bin/" # Ou faire "npx tsc" à la place de juste "tsc" tsc --init strict target es2021 ~~~ A la place de npm voir aussi : * pnpm * yarn ## Outils ### IDE Codium https://www.youtube.com/watch?v=n6RoVyZEsv4 ### Linter eslinter FIXME