diff --git a/tsconfig.json b/tsconfig.json index d25aa26463b..0fd40a68f1c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,5 +9,6 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true - } + }, + "exclude": ["integrationTests/**"] }