Skip to content

Commit

Permalink
fix: update suggested tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Mar 24, 2024
1 parent c3fb767 commit fcd5a57
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/content/docs/guides/first-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,7 @@ Later in this guide, TypeScript will be used to both write the language server a
```json title="tsconfig.base.json"
{
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"module": "nodenext",
}
}
```
Expand Down

0 comments on commit fcd5a57

Please sign in to comment.