Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Edu-Spinelli authored Jun 15, 2024
1 parent d265f19 commit c6db1e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
"paths": {
"@/*": ["src/*"]
}
},
"include": [
"src"
]
}
}

0 comments on commit c6db1e5

Please sign in to comment.