diff --git a/tsconfig.json b/tsconfig.json index fb8d573..8f291e8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,5 +17,5 @@ "incremental": true }, "include": ["**/*.ts"], - "exclude": ["/api/**/**"] + "exclude": ["api"] }