diff --git a/vercel/api/tsconfig.json b/vercel/api/tsconfig.json index 21f5189a6..595565b7b 100644 --- a/vercel/api/tsconfig.json +++ b/vercel/api/tsconfig.json @@ -14,6 +14,12 @@ "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, - "noFallthroughCasesInSwitch": true + "noFallthroughCasesInSwitch": true, + + "include": [ + "..", + "../../", + "../../**/*" + ] } }