Skip to content

Commit

Permalink
build: exclude integration tests from tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Oct 27, 2020
1 parent 55866fe commit 28023e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
}
},
"exclude": ["integrationTests/**"]
}

0 comments on commit 28023e6

Please sign in to comment.