Skip to content

Commit 7b15d18

Browse files
adamcronin42Adam Cronin
andauthored
Updating target in base tsconfig to be es2015 (#98)
Co-authored-by: Adam Cronin <acronin@backtrace.io>
1 parent a6408e4 commit 7b15d18

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tools/cli/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"compilerOptions": {
44
"rootDir": "./src",
55
"outDir": "./lib",
6-
"composite": true
6+
"composite": true,
7+
"target": "es2020"
78
},
89
"exclude": ["node_modules", "tests", "lib"]
910
}

tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es2020",
3+
"target": "es2015",
44
"module": "commonjs",
55
"outDir": "./lib",
66
"sourceMap": true,

0 commit comments

Comments
 (0)