Skip to content

Commit

Permalink
Include all used packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Jan 12, 2024
1 parent e60fce3 commit dd169f5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,14 @@
},
"include": ["src", "./testUtils.d.ts"],
"exclude": ["**/__testfixtures__"],
"references": [{ "path": "../cli-helpers" }, { "path": "../project-config" }]
"references": [
{ "path": "../api-server" },
{ "path": "../cli-helpers" },
{ "path": "../fastify" },
{ "path": "../internal" },
{ "path": "../prerender" },
{ "path": "../project-config" },
{ "path": "../structure" },
{ "path": "../telemetry" }
]
}

0 comments on commit dd169f5

Please sign in to comment.