Skip to content

Commit

Permalink
feature: Component extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
linround committed Mar 20, 2024
1 parent 341a2d2 commit 08a963f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"type": "module",
"scripts": {
"dev": "vite",

"test": "jest",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
Expand Down
2 changes: 1 addition & 1 deletion src/type/common.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export interface AnyObject {
[key: string]: any
[key: string]: unknown
}

0 comments on commit 08a963f

Please sign in to comment.