Skip to content

Commit 688be0e

Browse files
committed
prettier
1 parent 462bd36 commit 688be0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/web/tsconfig.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"strict": true,
1515
"baseUrl": ".",
1616
"paths": {
17-
"~/*": ["./app/*"],
17+
"~/*": ["./app/*"]
1818
},
1919
"skipLibCheck": true,
2020
"noEmit": true,
2121
"forceConsistentCasingInFileNames": true,
22-
"allowJs": true,
23-
},
22+
"allowJs": true
23+
}
2424
}

0 commit comments

Comments
 (0)