From bbfb64a9652d91b6f9d85bb11e4def0e6a92bfc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Z=C3=A1mb=C3=B3=2C=20Levente?= Date: Fri, 26 Aug 2022 22:55:49 +0200 Subject: [PATCH] fix frontend/tsconfig.js (#1795) change frontend/tsconfig.js to frontend/tsconfig.json. --- website/docs/guides/vscode.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/guides/vscode.mdx b/website/docs/guides/vscode.mdx index 5a5a6fd0a..e3d3e1f02 100644 --- a/website/docs/guides/vscode.mdx +++ b/website/docs/guides/vscode.mdx @@ -59,7 +59,7 @@ module.exports = { } ``` -Next, configure `frontend/tsconfig.js`: +Next, configure `frontend/tsconfig.json`: ```javascript { @@ -82,4 +82,4 @@ Next, configure `frontend/tsconfig.js`: ] } ``` -This should enable you to now use Vetur as expected. \ No newline at end of file +This should enable you to now use Vetur as expected.