build(projects): 更新tsconfig.json

This commit is contained in:
Soybean
2022-03-05 23:20:00 +08:00
parent f5c56c355c
commit f42ee9dbe5
13 changed files with 467 additions and 432 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
pnpm lint && pnpm typecheck
npm run lint && npm run typecheck