Skip to content

Commit

Permalink
chore: CICD test
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHyeon0409 committed Nov 4, 2024
1 parent 5c509b5 commit 64371eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/client/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
//"noUncheckedSideEffectImports": true
},
"include": ["src"]
}
2 changes: 1 addition & 1 deletion packages/client/tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
//"noUncheckedSideEffectImports": true
},
"include": ["vite.config.ts"]
}

0 comments on commit 64371eb

Please sign in to comment.