Skip to content

Commit

Permalink
chore(builders): add missing tsconfig.build
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Aug 25, 2023
1 parent d225ec5 commit bb52147
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/builders/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extends": [
"./tsconfig.json",
"../../tsconfig-build-options.json"
],
"exclude": [
"scripts",
"test",
"**/exports.js",
]
}

0 comments on commit bb52147

Please sign in to comment.