From ecfd53994c513618fd4e1fdfffcbb2786e818757 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Fri, 24 May 2024 16:06:28 -0600 Subject: [PATCH] fix(exports): export things properly --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fe5d377..9270d3a 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,9 @@ "#/*": "./*" }, "exports": { - "prettier": "./configs/prettier.js", - "typescript": "./configs/typescript.json", - "eslint": "./configs/eslint.js" + "./prettier": "./configs/prettier.js", + "./typescript": "./configs/typescript.json", + "./eslint": "./configs/eslint.js" }, "files": [ "./configs"