Skip to content

Commit

Permalink
fix: added compileroptions back
Browse files Browse the repository at this point in the history
Signed-off-by: Jan <hey@janrietveld.com>
  • Loading branch information
janrtvld committed Jan 15, 2025
1 parent e8cc819 commit 113f10a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/easypid/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"paths": {
"@easypid/*": ["./apps/easypid/src/*"]
}
},
"include": [
"./src/**/*.ts",
"./src/**/*.tsx",
Expand Down

0 comments on commit 113f10a

Please sign in to comment.