Skip to content

Commit 8dc2a8e

Browse files
authored
Merge branch 'microsoft:main' into ts-go
2 parents a9ec8f4 + 7d64ec5 commit 8dc2a8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
"target": "es2022",
4-
"module": "node16",
5-
"moduleResolution": "node16",
4+
"module": "nodenext",
5+
"moduleResolution": "nodenext",
66
"outDir": "./lib",
77
"strict": true,
88
"esModuleInterop": true,

0 commit comments

Comments
 (0)