We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1f6ed commit 8041f45Copy full SHA for 8041f45
.vscode/settings.json
@@ -3,7 +3,7 @@
3
"editor.defaultFormatter": "dprint.dprint"
4
},
5
"[jsonc]": {
6
- "editor.defaultFormatter": "vscode.json-language-features"
+ "editor.defaultFormatter": "dprint.dprint"
7
8
"[typescript]": {
9
apps/website/tsconfig.json
@@ -15,8 +15,7 @@
15
"erasableSyntaxOnly": true,
16
"paths": {
17
"#": ["."],
18
- "#/*": ["./*"],
19
- "#/.source": ["./.source/index.ts"]
+ "#/*": ["./*"]
20
21
"plugins": [
22
{
0 commit comments