Skip to content

Commit

Permalink
feat: Updated packages/editor-ui/tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 4, 2024
1 parent 8cb875c commit a9558a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/editor-ui/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2019",
"target": "es2020",
"module": "esnext",
"noImplicitAny": true,
"removeComments": true,
Expand Down Expand Up @@ -44,3 +44,4 @@
"dist"
]
}
"moduleResolution": "node",

0 comments on commit a9558a9

Please sign in to comment.