Skip to content

Commit a5f8fbe

Browse files
committed
docs: fix typo
1 parent 826234b commit a5f8fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ and create a **`tsconfig.json`** file :
2828
<<< @/shared/tsconfig.json
2929

3030
::: 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.
3232
:::
3333

3434
You will also need to provide types for Vue files by adding the following type declaration:

0 commit comments

Comments
 (0)