diff --git a/tsconfig.json b/tsconfig.json index fd70902..b427da4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,5 +7,6 @@ "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true - } + }, + "include": ["src/**/*", "__test__/**/*"] }