Skip to content

Commit

Permalink
add ./ in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed May 19, 2023
1 parent b5f8bc9 commit 53e6d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"@/*": ["./*"]
},
},
"include": ["src/**/*", "__test__/**/*", "eslintrc.json"]
"include": ["./src/**/*", "./__test__/**/*", "eslintrc.json"]
}

0 comments on commit 53e6d29

Please sign in to comment.