Skip to content

Commit

Permalink
fix tsconfig path
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Oct 9, 2024
1 parent 654135f commit 3ce521b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"paths": {
"src/*": ["src/*"],
"tests/*": ["tests/*"],
"prompts-templates/*": ["prompt-templates/*"]
"prompt-templates/*": ["prompt-templates/*"]
},

// Best practices
Expand Down

0 comments on commit 3ce521b

Please sign in to comment.