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 98fed3a commit 1757eee
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/editor-ui/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "esnext",
"target": "es2019",
"module": "esnext",
"noImplicitAny": true,
"removeComments": true,
Expand All @@ -26,7 +26,7 @@
]
},
"lib": [
"esnext",
"es2019",
"dom",
"dom.iterable",
"scripthost"
Expand All @@ -40,6 +40,7 @@
"tests/**/*.tsx"
],
"exclude": [
"node_modules"
"node_modules",
"dist"
]
}

0 comments on commit 1757eee

Please sign in to comment.