diff --git a/package.json b/package.json index e5f6ace..67661fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hibas123/utils", - "version": "2.0.1", + "version": "2.0.2", "description": "Different Utilities, that are not worth own packages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/tsconfig.json b/tsconfig.json index b68929a..4ded17b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,5 +8,8 @@ "declaration": true, "sourceMap": true, "strict": true - } + }, + "include": [ + "./src" + ] } \ No newline at end of file