Skip to content

Commit fcd5a57

Browse files
committed
fix: update suggested tsconfig.json
1 parent c3fb767 commit fcd5a57

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/content/docs/guides/first-server.mdx

+1-4
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,7 @@ Later in this guide, TypeScript will be used to both write the language server a
8787
```json title="tsconfig.base.json"
8888
{
8989
"compilerOptions": {
90-
"module": "commonjs",
91-
"moduleResolution": "node",
92-
"esModuleInterop": true,
93-
"skipLibCheck": true,
90+
"module": "nodenext",
9491
}
9592
}
9693
```

0 commit comments

Comments
 (0)