Skip to content

Commit

Permalink
ui: v1.0.90
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYinMD committed Jan 7, 2025
1 parent c9d05cc commit 3b45ff5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "1.0.89",
"version": "1.0.90",
"scripts": {
"dev": "vite dev",
"format": "prettier . --write",
Expand Down
4 changes: 2 additions & 2 deletions ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
},
"strict": true
}
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
//
// If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
Expand Down

0 comments on commit 3b45ff5

Please sign in to comment.