From 890a9621962c31d21b6ae77d61d7ed385942acf3 Mon Sep 17 00:00:00 2001 From: doodlewind <7312949+doodlewind@users.noreply.github.com> Date: Thu, 9 Jan 2025 07:49:16 +0000 Subject: [PATCH] chore(editor): fix playground vscode tsc warning (#9603) --- blocksuite/playground/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/blocksuite/playground/tsconfig.json b/blocksuite/playground/tsconfig.json index b3705427a8..4e693b3bca 100644 --- a/blocksuite/playground/tsconfig.json +++ b/blocksuite/playground/tsconfig.json @@ -1,6 +1,7 @@ { "extends": "../tsconfig.json", "compilerOptions": { + "target": "ES2024", "rootDir": ".", "outDir": "./dist", "tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"