refactor: improve types

This commit is contained in:
三咲智子 Kevin Deng
2023-08-01 15:00:51 +08:00
parent 86ba932a03
commit 768fb3ec2a
6 changed files with 18 additions and 16 deletions

View File

@ -6,7 +6,7 @@
"test": "vitest",
"lint": "eslint --cache .",
"format": "prettier --write .",
"typecheck": "tsc --noEmit",
"typecheck": "tsc",
"release": "bumpp -r"
},
"license": "MIT",