Skip to content

Commit

Permalink
fix: remove "exclude" / "references"
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Aug 11, 2020
1 parent 705512d commit 04f3147
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
"extends": "../../../tsconfig",
"include": ["src"],
"exclude": ["../../../packages/app-template-admin"],
"references": [
{ "path": "../../../packages/app-template-admin/tsconfig.build.json" }
]
"extends": "../../../tsconfig.json",
"references": []
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
"extends": "../../tsconfig",
"include": ["src"],
"exclude": ["../../../packages/app-template-site"],
"references": [
{ "path": "../../../packages/app-template-site/tsconfig.build.json" }
]
"extends": "../../../tsconfig.json",
"references": []
}

0 comments on commit 04f3147

Please sign in to comment.