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 +}