Skip to content

Commit

Permalink
prettier updates
Browse files Browse the repository at this point in the history
  • Loading branch information
katconnors committed Nov 19, 2024
1 parent 8eab8d5 commit 8294946
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
},
"sourceMap": true
},
"include": ["src/modules.d.ts", "next-env.d.ts", "references.d.ts", "**/*.ts", "**/*.tsx"],
"include": [
"src/modules.d.ts",
"next-env.d.ts",
"references.d.ts",
"**/*.ts",
"**/*.tsx"
],
"exclude": ["node_modules"]
}

0 comments on commit 8294946

Please sign in to comment.