From 183a3b3d6ca537bece5a69d39f40dc8499a15c45 Mon Sep 17 00:00:00 2001 From: ingalls Date: Fri, 6 Dec 2024 08:47:01 -0700 Subject: [PATCH] Update TSConfig --- api/test/flight.ts | 1 - api/tsconfig.json | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/api/test/flight.ts b/api/test/flight.ts index f8c605299..0f82ac2ba 100644 --- a/api/test/flight.ts +++ b/api/test/flight.ts @@ -156,7 +156,6 @@ export default class Flight { return res; } - if (!req.method) req.method = 'GET'; let match: string; diff --git a/api/tsconfig.json b/api/tsconfig.json index 3a882e461..79db22e77 100644 --- a/api/tsconfig.json +++ b/api/tsconfig.json @@ -22,8 +22,8 @@ "exclude": [], "include": [ "*.ts", - "routes/**/*", - "test/**/*", - "lib/**/*" + "routes/", + "test/", + "lib/" ] }