Skip to content

Commit

Permalink
fix: update tsconfig.build.json to exclude spec files and public
Browse files Browse the repository at this point in the history
  • Loading branch information
karrui committed Sep 1, 2020
1 parent 628e86f commit 56552b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Main tsconfig for building, prevents tests from being compiled.
{
"extends": "./tsconfig.json",
"exclude": ["tests/"]
"exclude": ["tests/", "**/*.spec.ts", "src/public/"]
}
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,4 @@
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
},
"include": ["src", "tests"],
"exclude": ["src/public"]
}

0 comments on commit 56552b3

Please sign in to comment.