Skip to content

Commit dff599f

Browse files
committed
update tsconfig target
1 parent 83a45c7 commit dff599f

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

javascript/tsconfig.build-cjs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"extends": "./tsconfig.build.json",
33
"compilerOptions": {
44
"outDir": "dist/cjs",
5-
"target": "ES5",
65
"module": "CommonJS",
76
},
87
}

javascript/tsconfig.build-esm.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
{
22
"extends": "./tsconfig.build.json",
33
"compilerOptions": {
4-
"lib": [
5-
"ES2019"
6-
],
7-
"target": "ES6",
84
"module": "ES6",
95
"outDir": "dist/esm"
106
},

0 commit comments

Comments
 (0)