diff --git a/tsconfig.json b/tsconfig.json index a285dfdf..02337fa9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,5 +24,6 @@ "./src/test/mocks/*" ] } - } + }, + "include": ["./src", "./playwright"] }