Skip to content

Commit

Permalink
🔧 Mark all library projects as "composite"
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed Dec 9, 2018
1 parent e28d6d4 commit 352a466
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.lib.json
Expand Up @@ -3,6 +3,7 @@
"compilerOptions": {
"allowJs": false,
"declaration": true,
"declarationMap": true
"declarationMap": true,
"composite": true
}
}

0 comments on commit 352a466

Please sign in to comment.