Skip to content

Commit

Permalink
chore: fix tests tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Jan 30, 2025
1 parent 3da10e6 commit 960b7a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"paths": {
"@/*": [
"../src/*"
]
},
},
"include": [
"**/*.ts",
"**/*.tsx"
Expand Down

0 comments on commit 960b7a5

Please sign in to comment.