Skip to content

Commit 776b1ef

Browse files
committed
build: change module from ES2022 to Node16 in TSConfig
1 parent b44fef7 commit 776b1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"declaration": true,
4-
"module": "ES2022",
4+
"module": "Node16",
55
"moduleResolution": "Node16",
66
"outDir": "dist",
77
"sourceMap": true,

0 commit comments

Comments
 (0)