Skip to content

Commit

Permalink
example site build target
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWangJustToDo committed Mar 1, 2024
1 parent 52c8ff1 commit 2391dcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/react-example/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2020",
"target": "ES2015",
"useDefineForClassFields": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
Expand Down
2 changes: 1 addition & 1 deletion ui/vue-example/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2020",
"target": "ES2015",
"useDefineForClassFields": true,
"module": "ESNext",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
Expand Down

0 comments on commit 2391dcd

Please sign in to comment.