From 496469c8d3763b0ea6b666fd5440bfe7dd480e4c Mon Sep 17 00:00:00 2001 From: sarahgm <38324334+sarahgm@users.noreply.github.com> Date: Thu, 20 Jul 2023 09:42:16 +0200 Subject: [PATCH] docs: have to switch to es6 for fixing appearancetable (#3168) --- docs/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tsconfig.json b/docs/tsconfig.json index 84950d9389..e2b6bd8f2e 100644 --- a/docs/tsconfig.json +++ b/docs/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "ES5", + "target": "ES6", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true,