From 270770b3bb228e3af8bbf31fcfc95c4bb215057f Mon Sep 17 00:00:00 2001 From: Cody Bennett <23324155+CodyJasonBennett@users.noreply.github.com> Date: Sun, 17 Jul 2022 11:22:43 -0500 Subject: [PATCH] fix: bump build target --- rollup/config.lib.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup/config.lib.ts b/rollup/config.lib.ts index 5e86643f..ac5af4b3 100644 --- a/rollup/config.lib.ts +++ b/rollup/config.lib.ts @@ -33,7 +33,7 @@ export default formats.map( : { tsconfigOverride: { compilerOptions: { - target: 'es5', + target: 'es6', }, }, }