Skip to content

Commit

Permalink
add include to tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed May 19, 2023
1 parent 10dec7b commit 63c2130
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
},
"include": ["src/**/*", "__test__/**/*"]
}

0 comments on commit 63c2130

Please sign in to comment.