Added schema to tsconfig

This commit is contained in:
2024-08-24 22:59:59 +02:00
parent b29d6e75a8
commit 37a95bda70

View File

@@ -1,4 +1,5 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
@@ -24,4 +25,4 @@
},
"include": ["src"],
"exclude": ["node_modules"]
}
}