From 45ec9c90cbacc046aed6d44de08002bec31af495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Wed, 4 Jan 2023 19:18:05 +0100 Subject: [PATCH] chore: add $schema to tsconfig.json --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 15128c8..ccae40f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/package", "compilerOptions": { "target": "esnext", "lib": ["dom", "esnext"],