Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Dec 17, 2024
1 parent 3aae2a4 commit 5103289
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion backend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,13 @@
"~/*": ["node_modules/*"]
}
},
"include": ["src", "src/**/*", "src/**/*.tsx", "src/**/*.*", "src/**/*.ts", "**/*.ts", "src/users/users.service.ts"]
"include": [
"src",
"src/**/*",
"src/**/*.tsx",
"src/**/*.*",
"src/**/*.ts",
"**/*.ts",
"src/users/users.service.ts"
]
}

0 comments on commit 5103289

Please sign in to comment.