From dda7d0db43687eedef853525f0874016707776b3 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 27 Jul 2025 20:53:39 -0700 Subject: Fixes ESM stuff --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 9aa2f58..f4a9c33 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "target": "ES2022", "module": "CommonJS", "baseUrl": ".", + "rootDir": "lib", "outDir": "./dist", "declaration": true, "moduleResolution": "node", @@ -19,7 +20,7 @@ "noFallthroughCasesInSwitch": true, "lib": ["ES2022"], "paths": { - "@emprespresso/pengueno": ["./lib/index.ts"] + "@emprespresso/pengueno": ["./lib/index.js"] } }, "include": ["lib/**/*.ts", "lib/**/*.js"], -- cgit v1.2.3-70-g09d2