Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit 2cf59aa

Browse files
committed
Change module output to commonjs
1 parent ea8724a commit 2cf59aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"declaration": true,
4-
"module": "esnext",
4+
"module": "commonjs",
55
"moduleResolution": "node",
66
"noImplicitAny": true,
77
"lib": ["esnext"],
@@ -17,4 +17,4 @@
1717
"node_modules",
1818
"**/*.test.ts"
1919
]
20-
}
20+
}

0 commit comments

Comments
 (0)