From a933a3a59d20ed0a27ebccf015fe1535a5a54c80 Mon Sep 17 00:00:00 2001 From: Ayo Date: Wed, 25 Oct 2023 23:59:07 +0200 Subject: [PATCH] chore: type-check .js files by default --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f89ed5f..af4a997 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,4 @@ { - "editor.formatOnSave": true + "editor.formatOnSave": true, + "js/ts.implicitProjectConfig.checkJs": true }