From 37a95bda70fdd1291ad5b3612700c3c505918406 Mon Sep 17 00:00:00 2001 From: Taken Date: Sat, 24 Aug 2024 22:59:59 +0200 Subject: [PATCH] Added schema to tsconfig --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 255e0d8..3acb70c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "target": "ES2022", "module": "ES2022", @@ -24,4 +25,4 @@ }, "include": ["src"], "exclude": ["node_modules"] -} \ No newline at end of file +}