Skip to content

Commit eeeac61

Browse files
authored
Merge pull request #59 from launchdarkly/christie/sc-162249/update-react-sdk-to-target-es6
Target ES6
2 parents b149a54 + da2dc3f commit eeeac61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"outDir": "lib",
4-
"target": "es5",
4+
"target": "es6",
55
"lib": ["es6", "esnext", "dom"],
66
"module": "commonjs",
77
"declaration": true,

0 commit comments

Comments
 (0)