Skip to content

Commit cf76088

Browse files
authored
fix(build): Fix build
1 parent 0ee4f0b commit cf76088

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": "es5",
4-
"module": "es6",
4+
"module": "commonjs",
55
"moduleResolution": "node",
66
"jsx": "react",
77
"outDir": "build",

0 commit comments

Comments
 (0)