Skip to content

Commit 764695c

Browse files
committed
✨ feat: fix formatting in tsconfig.json for clarity
1 parent 8343156 commit 764695c

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
@@ -14,7 +14,7 @@
1414
"baseUrl": ".",
1515
"paths": {
1616
"@shared/*": ["src/shared/*"]
17-
}
17+
},
1818
/* Additional Checks */
1919
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
2020
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */

0 commit comments

Comments
 (0)