Skip to content

Commit

Permalink
chore: update typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Mar 6, 2024
1 parent 8f14efc commit 23a90cd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 37 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"scripts": {
"build": "pnpm -r build",
"test": "pnpm -r test",
"tsc": "tsc -b",
"dev:tsc": "tsc -b --watch --preserveWatchOutput",
"tsc": "tsc -b packages/*/tsconfig.json",
"dev:tsc": "pnpm tsc --watch --preserveWatchOutput",
"lint": "pnpm run --seq /^lint:/",
"lint-check": "pnpm run --seq /^lint-check:/",
"lint-check:icheck": "icheck-ts --cache $(git grep -l --untracked --exclude-standard . 'packages/app/src/*.ts' 'packages/app/src/*.tsx' 'packages/app-solid/src/*.ts' 'packages/app-solid/src/*.tsx')",
Expand Down Expand Up @@ -34,7 +34,7 @@
"prettier": "^2.8.8",
"tsup": "^7.2.0",
"tsx": "^3.13.0",
"typescript": "^5.2.2",
"typescript": "^5.3.3",
"unocss": "^0.55.7",
"vite": "^4.4.9",
"vitest": "^0.34.4"
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 0 additions & 20 deletions tsconfig.json

This file was deleted.

0 comments on commit 23a90cd

Please sign in to comment.