Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
simonppg authored Sep 13, 2023
1 parent 923f4ca commit 2ef7a91
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
"skipLibCheck": true,
"rootDirs": [
"src/**/*"
]
},
"include": [
"src/**/*"
Expand Down

0 comments on commit 2ef7a91

Please sign in to comment.