Skip to content

Commit

Permalink
chore: tsconfig deep include src
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax authored Jan 9, 2024
1 parent f0060d6 commit 4ad1e83
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 @@ -15,6 +15,6 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src"],
"include": ["src/**/*"],
"exclude": ["**/*.test.ts", "test/**", "node_modules"]
}

0 comments on commit 4ad1e83

Please sign in to comment.