Skip to content

Commit

Permalink
fix workspaces bug on merge (#2953)
Browse files Browse the repository at this point in the history
  • Loading branch information
acao authored Dec 6, 2022
1 parent bca318c commit 8a56a02
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/cm6-graphql/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@
"moduleResolution": "node",
"outDir": "dist"
},
"include": ["src/*.ts"]
"include": ["src/*.ts"],
"references": [
{
"path": "../graphql-language-service"
}
]
}

0 comments on commit 8a56a02

Please sign in to comment.