Skip to content

Commit c1d431b

Browse files
committed
fix cjs/esm mixed file
1 parent 28d4979 commit c1d431b

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
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "esnext",
4-
"module": "commonjs",
4+
"module": "ESNext",
55
"moduleResolution": "node",
66
"baseUrl": "./",
77
"lib": ["dom", "es2017"],

0 commit comments

Comments
 (0)