Skip to content

Commit

Permalink
build: add "acceptance" to tsconfig used by VSCode
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Bajtoš <[email protected]>
  • Loading branch information
bajtos committed Jul 22, 2019
1 parent fc18269 commit 4a4e182
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"extends": "./packages/build/config/tsconfig.common.json",
"include": [
"acceptance",
"benchmark",
"examples",
"packages"
],
"exclude": [
"node_modules/**",
"acceptance/node_modules/**",
"benchmark/node_modules/**",
"examples/*/node_modules/**",
"packages/*/node_modules/**",
Expand Down

0 comments on commit 4a4e182

Please sign in to comment.