You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tsconfig/fr/intro.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Cette page couvre toutes les différentes options disponibles dans un fichier TS
11
11
- Un aperçu catégorisé de tous les aspects du compilateur
12
12
- Les [root fields](#Project_Files_0) pour indiquer à TypeScript quels fichiers sont disponibles
13
13
- Les champs [`compilerOptions`](#compilerOptions), c'est la majorité du document
14
-
- Les champs [`watchOptions`](#watchOptions), pour peaufiner le mode montre
14
+
- Les champs [`watchOptions`](#watchOptions), pour peaufiner le mode "watch" (rafraichissement automatique)
15
15
- Les champs [`typeAcquisition`](#typeAcquisition), pour peaufiner la façon dont les types sont ajoutés aux projets JavaScript
16
16
17
17
Si vous démarrez un TSConfig à partir de zéro, vous pouvez envisager d'utiliser `tsc --init` pour amorcer ou utiliser une [base TSConfig](https://github.com/tsconfig/bases#centralized-recommendations-for-tsconfig-bases).
0 commit comments