Skip to content

Commit

Permalink
MAde changes for top level await
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsraham committed Oct 21, 2024
1 parent 89b6dee commit 5e8eaea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": false,
"target": "es2020"
"target": "esnext"
},
"include": [
"src"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default defineConfig({
global: "globalThis",
},
build: {
target: 'es2020',
target: 'esnext',
},
server: {
proxy: {
Expand Down

0 comments on commit 5e8eaea

Please sign in to comment.