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/guide/setup.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ and create a **`tsconfig.json`** file :
28
28
<<< @/shared/tsconfig.json
29
29
30
30
::: tip
31
-
Notice that **es2018** target is needed to be able to use [**Optional chaining**](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#optional-chaining) and [**Nullish Coalescing**](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#nullish-coalescing), as **esnext** target doesn't seem to support these features for now.
31
+
Notice that **es2018** target is needed to be able to use [**Optional Chaining**](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#optional-chaining) and [**Nullish Coalescing**](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#nullish-coalescing), as **esnext** target doesn't seem to support these features for now.
32
32
:::
33
33
34
34
You will also need to provide types for Vue files by adding the following type declaration:
0 commit comments