diff --git a/tsconfig.json b/tsconfig.json index a97d82e..351f9f3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,5 +16,6 @@ "rootDir": "./", "incremental": true }, - "include": ["**/*.ts"] + "include": ["**/*.ts"], + "exclude": ["/api"] }