Skip to content

Commit 290e99f

Browse files
committed
Overriding tsconfig/node20 with recommended module and target from microsoft/TypeScript#61805.
1 parent cb4a82c commit 290e99f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"extends": "@tsconfig/node20/tsconfig.json",
33
"compilerOptions": {
4+
"module": "node20",
5+
"target": "es2023",
46
"noImplicitAny": true,
57
"noImplicitOverride": true,
68
"noUncheckedSideEffectImports": true,

0 commit comments

Comments
 (0)