Skip to content

Commit

Permalink
revert: preserve the commonjs in tsconfig.test.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thebuilder committed Jan 31, 2024
1 parent 7efca17 commit 61bd06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.test.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"module": "ES2020",
"module": "commonjs",
"target": "es6",
"declaration": true,
"emitDeclarationOnly": false,
Expand Down

0 comments on commit 61bd06b

Please sign in to comment.