Skip to content

Commit 8b429c1

Browse files
committed
use node 16 identifier
1 parent de4c6a9 commit 8b429c1

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
@@ -7,8 +7,8 @@
77
],
88
"compilerOptions": {
99
"target": "es2020",
10-
"module": "nodenext",
11-
"moduleResolution": "nodenext",
10+
"module": "node16",
11+
"moduleResolution": "node16",
1212
"moduleDetection": "force",
1313
"lib": ["dom", "dom.iterable", "dom.asynciterable", "esnext"],
1414
"allowImportingTsExtensions": true,

0 commit comments

Comments
 (0)