Add typescript declarations
This commit is contained in:
parent
e0b51625d8
commit
3de5f368ef
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hibas123/logging",
|
||||
"version": "4.0.0",
|
||||
"version": "4.0.1",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"main": "esm/index.js",
|
||||
|
@ -5,7 +5,8 @@
|
||||
"moduleResolution": "node",
|
||||
"outDir": "esm",
|
||||
"noImplicitAny": false,
|
||||
"sourceMap": true
|
||||
"sourceMap": true,
|
||||
"declaration": true
|
||||
},
|
||||
"exclude": ["node_modules"],
|
||||
"include": ["src"]
|
||||
|
Loading…
Reference in New Issue
Block a user