Skip to content

Commit a7c5abb

Browse files
committed
1 parent 9bf139a commit a7c5abb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/cli/templates/frontend/astro/tsconfig.json.hbs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"extends": "astro/tsconfigs/strict",
33
"include": [".astro/types.d.ts", "**/*"],
44
"exclude": ["dist"],
5+
{{#if (eq api "orpc")}}
6+
"references": [
7+
{ "path": "../server" }
8+
],{{/if}}
59
"comilerOptions":{
610
{{#if (eq api "orpc")}}
711
"jsx": "react-jsx",

0 commit comments

Comments
 (0)