Export module entrypoint

This commit is contained in:
Fabian Stamm 2023-11-22 21:47:24 +01:00
parent 08fabf5bf8
commit a399225c43
1 changed files with 2 additions and 1 deletions

View File

@ -1,10 +1,11 @@
{
"name": "@hibas123/nodelogging",
"packageManager": "yarn@3.6.4",
"version": "3.1.5",
"version": "3.1.6",
"description": "",
"main": "out/index.js",
"types": "out/index.d.ts",
"module": "esm/index.js",
"scripts": {
"prepublish": "npm run build",
"build": "tsc && tsc -p tsconfig.esm.json",