Skip to content

Commit f194d43

Browse files
authored
Update tsconfig lib, module, and target options (#266)
1 parent 5890728 commit f194d43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tsconfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"esModuleInterop": true,
44
"exactOptionalPropertyTypes": true,
55
"forceConsistentCasingInFileNames": true,
6-
"lib": ["ES2020"],
7-
"module": "CommonJS",
8-
"moduleResolution": "node",
6+
"lib": ["ES2023"],
7+
"module": "Node16",
8+
"moduleResolution": "Node16",
99
"noEmit": true,
1010
"noErrorTruncation": true,
1111
"noUncheckedIndexedAccess": true,
1212
"strict": true,
13-
"target": "es2020"
13+
"target": "ES2020"
1414
},
1515
"exclude": ["./dist", "**/node_modules"]
1616
}

0 commit comments

Comments
 (0)