diff --git a/tsconfig.json b/tsconfig.json index cae57be..fd97864 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,5 +20,6 @@ "noUnusedParameters": false, "noFallthroughCasesInSwitch": true }, - "include": ["src"] + "include": ["src"], + "exclude": ["src/recrec-api"] }