Skip to content

Commit 7431c08

Browse files
committed
Fix tsconfig schema url
1 parent 549f3dd commit 7431c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://json.schemastore.org/tsconfig",
2+
"$schema": "https://json.schemastore.org/tsconfig.json",
33
"compilerOptions": {
44
"composite": true,
55
"noEmit": true,

0 commit comments

Comments
 (0)