From 8942eaa14cbe20096b9c6f9ee53df5a9e267f763 Mon Sep 17 00:00:00 2001 From: Konstantin Ignatov Date: Fri, 3 Apr 2026 10:19:32 +0200 Subject: [PATCH] Update the library version to 3.0.0. Add rootDir setting to tsconfig. --- package.json | 2 +- tsconfig.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 83adb60..46bafee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elfsquad/authentication", - "version": "2.1.0", + "version": "3.0.0", "description": "", "scripts": { "prepare": "npm run build", diff --git a/tsconfig.json b/tsconfig.json index 6e5878a..92c1627 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,8 @@ "target": "es2015", "lib": ["es2015", "dom"], "declaration": true, - "outDir": "./dist" + "outDir": "./dist", + "rootDir": "./src" }, "include": [ "src"