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"] + } }