From 8898da88e6990419d32c84b2c6fbc2706b944eb9 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 13 Jan 2025 17:29:39 +0000 Subject: [PATCH] chore(tsconfig): set schema --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 4f63f64e..bb24b725 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "allowJs": true, "checkJs": true,