From e5b4d675a049b8e83fde3daf5490419a8667f677 Mon Sep 17 00:00:00 2001 From: Yuichiro Yamashita Date: Sat, 3 Sep 2022 02:48:31 +0000 Subject: [PATCH 1/2] chore: remove unused vetur settings --- .vscode/settings.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4112f06d6..643c8ebd8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,8 +10,6 @@ ], "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", - "vetur.validation.script": false, - "vetur.validation.style": false, "editor.codeActionsOnSave": { "source.fixAll": true, "source.fixAll.stylelint": true From e89b1fdef5a06c254be9a55fd2c3742c12f398aa Mon Sep 17 00:00:00 2001 From: Yuichiro Yamashita Date: Sat, 3 Sep 2022 09:11:26 +0000 Subject: [PATCH 2/2] chore: add skipLibCheck --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f498baa9c..e747d6c3f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,7 +21,8 @@ "outDir": "lib", "paths": { "*": ["typings/*"] - } + }, + "skipLibCheck": true }, "include": [ "src/**/*",