chore: add $schema to tsconfig.json

This commit is contained in:
Felix Schröter 2023-01-04 19:18:05 +01:00
parent 1b43a7b4ff
commit 45ec9c90cb
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -1,4 +1,5 @@
{ {
"$schema": "https://json.schemastore.org/package",
"compilerOptions": { "compilerOptions": {
"target": "esnext", "target": "esnext",
"lib": ["dom", "esnext"], "lib": ["dom", "esnext"],