Skip to content

Commit a030d2a

Browse files
committed
Publish as commonjs instead of es module
1 parent f55db35 commit a030d2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"jsx": "preserve",
99
"jsxImportSource": "solid-js",
1010
"outDir": "./dist",
11-
"module": "esnext"
11+
"module": "commonjs"
1212
},
1313
"include": ["src"],
1414
}

0 commit comments

Comments
 (0)