Skip to content

Commit 8641b6a

Browse files
Merge pull request #4535 from guardian/jsh/target-es6
Target ES6
2 parents 6001d42 + 08f3983 commit 8641b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kahuna/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"noImplicitAny": true,
44
"module": "es6",
5-
"target": "es5",
5+
"target": "es6",
66
"lib": ["es6", "dom"],
77
"jsx": "react",
88
"alwaysStrict": true,

0 commit comments

Comments
 (0)