diff --git a/src/tsconfig.json b/src/tsconfig.json index 713b624..b9d20f9 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -8,5 +8,6 @@ "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true - } + }, + "exclude": ["./**/*.test.ts"] }