Skip to content

Commit

Permalink
remove trailing slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
tknickman committed May 16, 2023
1 parent eeb68d3 commit bf5c6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/turbo-gen/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "@turbo/tsconfig/library.json",
"exclude": ["src/templates/", "dist/", "node_modules/"],
"exclude": ["src/templates", "dist", "node_modules"],
"compilerOptions": {
"rootDir": "."
}
Expand Down

0 comments on commit bf5c6bf

Please sign in to comment.