Skip to content

Commit

Permalink
Add clarifying comment for project references
Browse files Browse the repository at this point in the history
  • Loading branch information
sodic committed Feb 10, 2025
1 parent 4e2c7f9 commit 6bb81dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions waspc/data/Generator/templates/react-app/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
// Wasp's TS config arrangement is based on Vite's tsconfig arrangement We
// have an extra top-level file because the two projects are independent. The
// empty files array is necessary to allow `noEmit` in referenced projects.
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
Expand Down

0 comments on commit 6bb81dc

Please sign in to comment.