Skip to content

Commit

Permalink
ci: tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed May 7, 2024
1 parent 7ee91ca commit d14c766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
- run: corepack enable
- run: pnpm i
- run: pnpm lint-check
- run: pnpm tsc
- run: pnpm test
1 change: 1 addition & 0 deletions vue-server/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"include": ["src", "vite.config.ts", "vitest.config.ts"],
"compilerOptions": {
"skipLibCheck": true,
"jsx": "react-jsx",
"jsxImportSource": "vue",
"noUnusedLocals": true,
Expand Down

0 comments on commit d14c766

Please sign in to comment.