Skip to content

Commit

Permalink
Fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Elsie19 committed Jan 20, 2024
1 parent 4fa5dc6 commit cc5fb04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"strictNullChecks": false
"strictNullChecks": false,
},
"include": ["**/*.tsx", "**/*.ts", "**/*.css"],
"exclude": ["node_modules"]
"exclude": ["node_modules"],
}

0 comments on commit cc5fb04

Please sign in to comment.