Skip to content

Commit

Permalink
update ts.config
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-torabiv committed Aug 14, 2024
1 parent 5e8109d commit fc2f172
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"noFallthroughCasesInSwitch": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
"@/*": ["./src/*"],
"@contracts/*": ["contracts/*"]
}
},
"include": [".prettierrc.cjs", ".eslintrc.cjs", "src"]
Expand Down

0 comments on commit fc2f172

Please sign in to comment.