Skip to content

Commit

Permalink
update with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
firehawk89 committed Feb 1, 2024
1 parent d0617ef commit e22f392
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"baseUrl": ".",
"plugins": [
{
"name": "next"
}
"name": "next",
},
],
"paths": {
"@/*": ["src/*"]
}
"@/*": ["src/*"],
},
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
"exclude": ["node_modules"],
}

0 comments on commit e22f392

Please sign in to comment.