summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
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"],