Skip to content

Commit 13a6c5b

Browse files
committed
Revert "altered compiler target"
This reverts commit 58657e5.
1 parent c91a255 commit 13a6c5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"compilerOptions": {
44
"module": "CommonJS",
55
"outDir": "./dist/",
6-
"target": "es5"
6+
"target": "ES2015"
77
},
88
"exclude": ["**/*.test.ts", "**/*.test.tsx"]
99
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"extends": "./tsconfig.base.json",
33
"compilerOptions": {
44
"module": "CommonJS",
5-
"target": "es5"
5+
"target": "ES2015"
66
}
77
}

0 commit comments

Comments
 (0)