tech:notes_developpemet_js_javascript_nodejs
Table des matières
Notes développement JS JavaScript NodeJS
TypeScript
Voir :
Voir aussi :
- CoffeeScript
- PureScript
- ReScript
#npm install typescript npm init -y npm install typescript --save-dev 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
Linter
eslinter
tech/notes_developpemet_js_javascript_nodejs.txt · Dernière modification : de Jean-Baptiste
