Skip to content

Commit

Permalink
chore: 타입체킹에 실패하면 빌드가 되지 않도록 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
turtle601 committed Jan 11, 2024
1 parent 103838b commit 715ab52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"lib": ["dom", "dom.iterable", "esnext"],
"allowSyntheticDefaultImports": true,
"jsx": "preserve",
"noEmitOnError": true,
"typeRoots": ["node_modules/@types", "src/@types"],
"removeComments": true,
"declaration": true,
Expand Down

0 comments on commit 715ab52

Please sign in to comment.