Skip to content

Commit

Permalink
Try adding current directory to rootDirs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbish committed Jan 24, 2024
1 parent 13aaeac commit 5ca8944
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,7 +11,7 @@
"declaration": true,
"strict": true,
"esModuleInterop": true,
"rootDir": "src",
"rootDirs": ["src", "."],
"types": [
"node",
"jest",
Expand Down

0 comments on commit 5ca8944

Please sign in to comment.