diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index b4d7dd4..6858b95 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -15,5 +15,6 @@ "noUnusedParameters": true, "noImplicitReturns": true, "skipLibCheck": true - } + }, + "exclude": ["tests/"] }