Skip to content

Commit

Permalink
chore: add composite to tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Nov 10, 2023
1 parent f2c9b2b commit 40b5012
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"exclude": [ "ganesha", "toolbox" ]
"exclude": [ "ganesha", "toolbox" ],
"compilerOptions": {
"composite": true
}
}

0 comments on commit 40b5012

Please sign in to comment.