Skip to content

Commit f078d6f

Browse files
committed
Fix schema url in tsconfig.build.json
1 parent 992aa37 commit f078d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.build.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
"extends": "./tsconfig.json",
44
"compilerOptions": {
55
"composite": false,

0 commit comments

Comments
 (0)