From 3fe16aa2e40358f8b20fda2cfe3eeccc51c8caa2 Mon Sep 17 00:00:00 2001 From: Irfan Khan Date: Wed, 22 Nov 2023 21:05:17 +1100 Subject: [PATCH] fix: updated packages --- tsconfig.build.json | 2 +- tsconfig.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tsconfig.build.json b/tsconfig.build.json index 64f86c6..38da36c 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -1,4 +1,4 @@ { "extends": "./tsconfig.json", - "exclude": ["node_modules", "test", "dist", "**/*spec.ts"] + "exclude": ["node_modules", "test", "dist", "**/*spec.ts", "tmp", ".vscode"] } diff --git a/tsconfig.json b/tsconfig.json index baeae9e..31617b9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,8 @@ "allowSyntheticDefaultImports": true, "target": "es2019", "sourceMap": true, - "outDir": "./dist", + "outDir": ".build", + "rootDir": "./", "baseUrl": "./", "esModuleInterop": true }