Skip to content

Commit

Permalink
refactor: Add "src" directory to TypeScript include paths in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardBrunton committed Dec 20, 2024
1 parent 9f12185 commit 8f54226
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"moduleResolution": "Bundler",
"module": "ESNext",
"composite": true
}
},
"include": ["src"]
}

0 comments on commit 8f54226

Please sign in to comment.