Skip to content

Commit 8041f45

Browse files
committed
chore(website): minor fixes
1 parent fa1f6ed commit 8041f45

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"editor.defaultFormatter": "dprint.dprint"
44
},
55
"[jsonc]": {
6-
"editor.defaultFormatter": "vscode.json-language-features"
6+
"editor.defaultFormatter": "dprint.dprint"
77
},
88
"[typescript]": {
99
"editor.defaultFormatter": "dprint.dprint"

apps/website/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"erasableSyntaxOnly": true,
1616
"paths": {
1717
"#": ["."],
18-
"#/*": ["./*"],
19-
"#/.source": ["./.source/index.ts"]
18+
"#/*": ["./*"]
2019
},
2120
"plugins": [
2221
{

0 commit comments

Comments
 (0)