Skip to content

Commit 73b8b72

Browse files
author
keisuke.karino
committed
Update README.md
1 parent 4e6f206 commit 73b8b72

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,14 @@ export default defineConfig({
6363
},
6464
});
6565
```
66+
67+
## Using VS Code
68+
69+
The VScode typescript version needs to match the project.
70+
Set the following.
71+
72+
```json
73+
{
74+
"typescript.tsdk": "node_modules/typescript/lib"
75+
}
76+
```

0 commit comments

Comments
 (0)