Skip to content

Commit 96553c5

Browse files
committed
build: output test-utils.js to commonJS
1 parent eb2688a commit 96553c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"module": "esnext",
3+
"module": "commonjs",
44
"target": "es6",
55
"lib": ["es6", "es7", "esnext", "dom"],
66
"jsx": "react",

0 commit comments

Comments
 (0)