From 2a140cf4aa84b1f4f2c0028307afc9892c3af5e5 Mon Sep 17 00:00:00 2001 From: Ryunosuke Sato Date: Sat, 10 Jul 2021 19:26:00 +0900 Subject: [PATCH] Add filename to example tsconfig.json This filename has been written in the original markdown. https://github.com/vuejs/vuejs.org/blob/429fdee9b8264727664c782e31a19625c3af2a6e/src/v2/guide/typescript.md However, it was removed in ae9659d52c27a709de84ebe489c3447e948a9678, maybe unexpectedly. --- src/v2/guide/typescript.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/v2/guide/typescript.md b/src/v2/guide/typescript.md index f4e2b2d24..d7b018547 100644 --- a/src/v2/guide/typescript.md +++ b/src/v2/guide/typescript.md @@ -16,6 +16,7 @@ order: 403 ## 推奨構成 ``` js +// tsconfig.json { "compilerOptions": { // これは Vue のブラウザサポートに合わせます