Skip to content

Commit 0c0d52f

Browse files
authored
Update the library version to 3.0.0. Add rootDir setting to tsconfig. (#29)
1 parent af17f65 commit 0c0d52f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elfsquad/authentication",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "",
55
"scripts": {
66
"prepare": "npm run build",

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"target": "es2015",
55
"lib": ["es2015", "dom"],
66
"declaration": true,
7-
"outDir": "./dist"
7+
"outDir": "./dist",
8+
"rootDir": "./src"
89
},
910
"include": [
1011
"src"

0 commit comments

Comments
 (0)