Skip to content

Commit 6878525

Browse files
committed
change tsconfig module to CommonJS
1 parent 9126651 commit 6878525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"lib": ["ES2023"],
4-
"module": "ES2022",
4+
"module": "CommonJS",
55
"moduleResolution": "Node",
66
"target": "ES2022",
77

0 commit comments

Comments
 (0)