From 4b306e0897a35124ff4f048d61d0c4866b94e491 Mon Sep 17 00:00:00 2001 From: Andrew <74398819+AndrewDTR@users.noreply.github.com> Date: Thu, 10 Oct 2024 01:02:32 -0500 Subject: [PATCH] disable VSC typescript validation --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..3442da0 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "typescript.validate.enable": false +}