Skip to content

Commit 845b24b

Browse files
authored
Update tsconfig.json
1 parent 1d1d249 commit 845b24b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"include": ["."],
44
"exclude": ["**/__*__/**"],
55
"compilerOptions": {
6-
"outDir": "dist"
6+
"outDir": "dist",
7+
"module": "commonjs"
78
}
89
}

0 commit comments

Comments
 (0)