Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Jan 18, 2024
1 parent 9841561 commit db9f46d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"noUnusedParameters": false,
"noUnusedLocals": false,
"preserveWatchOutput": true,
"sourceMap": true
"sourceMap": true,
},
"include": ["src/**/*"],
"exclude": ["**/__mocks__/*"]
"exclude": ["**/__mocks__/*"],
}

0 comments on commit db9f46d

Please sign in to comment.