Skip to content

Commit

Permalink
Fix typescript config
Browse files Browse the repository at this point in the history
  • Loading branch information
webNeat committed Jan 22, 2021
1 parent 11afd6d commit 930aec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
{
"extends": "./tsconfig.base.json",
"include": [".", ".eslintrc.js"],
"exclude": ["./test/e2e"]
"exclude": ["./test/e2e", "./test/app"]
}

0 comments on commit 930aec0

Please sign in to comment.