Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
huseink authored Jul 11, 2024
1 parent 79bd557 commit bca3f3a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
"paths": {
"@components/*": ["src/components/*"],
"@layouts/*": ["src/layouts/*"],
"@utils/*": ["src/utils/*"],
"@utils/*": ["src/utils/*"]
},
"types": [
"node"
],
"ignoreDeprecations": "5.0"
}
}
}

0 comments on commit bca3f3a

Please sign in to comment.