Skip to content

Commit 815781f

Browse files
committed
Change module option in tsconfig to node16 to satisfy ts complains
1 parent 8c8085d commit 815781f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"compilerOptions": {
1111
"outDir": "lib",
1212
"target": "es2021",
13-
"module": "es2020",
13+
"module": "node16",
1414
"noImplicitAny": true,
1515
"baseUrl": "src",
1616
"checkJs": false,

0 commit comments

Comments
 (0)