diff --git a/_tsconfig.json b/_tsconfig.json index cd24079..ea3a583 100644 --- a/_tsconfig.json +++ b/_tsconfig.json @@ -26,7 +26,7 @@ "providers/*": ["providers/*"], "routes/*": ["routes/*"], "storage/*": ["storage/*"], - "../../../tests/*": ["../../../tests/*"] + "tests/*": ["tests/*"] }, "forceConsistentCasingInFileNames": true }, diff --git a/package.json b/package.json index 4d25cbb..aaaff2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/core", - "version": "1.0.8", + "version": "1.0.9", "description": "", "license": "MIT", "author": "João Lenon ",