Skip to content

Commit 61bd06b

Browse files
committed
revert: preserve the commonjs in tsconfig.test.json
1 parent 7efca17 commit 61bd06b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "./tsconfig",
33
"compilerOptions": {
4-
"module": "ES2020",
4+
"module": "commonjs",
55
"target": "es6",
66
"declaration": true,
77
"emitDeclarationOnly": false,

0 commit comments

Comments
 (0)