Skip to content

Commit

Permalink
ui prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj-peerdb committed Jan 29, 2024
1 parent b7d63a9 commit 7566de4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"incremental": true,
"plugins": [
{
"name": "next"
}
"name": "next",
},
],
"paths": {
"@/*": ["./*"]
}
"@/*": ["./*"],
},
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
}
"exclude": ["node_modules"],
}

0 comments on commit 7566de4

Please sign in to comment.