From 0a679c02795ef0d2ff946878bdbbda358d6ac184 Mon Sep 17 00:00:00 2001 From: Irfan Khan Date: Wed, 22 Nov 2023 21:35:41 +1100 Subject: [PATCH] fix: updated packages --- tsconfig.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 90e1985..c24bd7b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,11 +8,9 @@ "allowSyntheticDefaultImports": true, "target": "es2019", "sourceMap": true, - "outDir": "./", + "outDir": ".serverless", "rootDir": "./", "baseUrl": "./", "esModuleInterop": true - }, - "include": ["**/*.ts"], - "exclude": ["node_modules"] + } }