Skip to content

Commit

Permalink
Set CommonJS build target to be same as ESM build
Browse files Browse the repository at this point in the history
Target the same ES version (2020) when building the CommonJS output as
for ESM. This reduces the complexity of the build matrix.
  • Loading branch information
robertknight committed Apr 13, 2022
1 parent d68857d commit 599ce61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig-cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"outDir": "build-cjs"
}
}

0 comments on commit 599ce61

Please sign in to comment.