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"