diff --git a/tsconfig.json b/tsconfig.json index f2e5c95..dc11b84 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,5 +7,7 @@ "jsx": "react", "strict": true, "esModuleInterop": true - } + }, + "include": ["src/**/*"], + "exclude": ["src/**/*.test.ts"] }