Skip to content

Commit 890a962

Browse files
committed
chore(editor): fix playground vscode tsc warning (#9603)
1 parent f46a7a0 commit 890a962

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

blocksuite/playground/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "../tsconfig.json",
33
"compilerOptions": {
4+
"target": "ES2024",
45
"rootDir": ".",
56
"outDir": "./dist",
67
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"

0 commit comments

Comments
 (0)