From 9f9c3cc00cbd6f6c6f7572d40d5f4a6413d4e08f Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Wed, 26 Feb 2020 21:17:00 -0800 Subject: [PATCH] Version bump target so newer features can be used. This allows usage of #private members. --- react-slideshow/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-slideshow/tsconfig.json b/react-slideshow/tsconfig.json index f2850b7..2254446 100644 --- a/react-slideshow/tsconfig.json +++ b/react-slideshow/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es5", + "target": "es6", "lib": [ "dom", "dom.iterable",