Skip to content

Commit

Permalink
update tsconfig target
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed Nov 7, 2024
1 parent 83a45c7 commit dff599f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion javascript/tsconfig.build-cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"extends": "./tsconfig.build.json",
"compilerOptions": {
"outDir": "dist/cjs",
"target": "ES5",
"module": "CommonJS",
},
}
4 changes: 0 additions & 4 deletions javascript/tsconfig.build-esm.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"lib": [
"ES2019"
],
"target": "ES6",
"module": "ES6",
"outDir": "dist/esm"
},
Expand Down

0 comments on commit dff599f

Please sign in to comment.