Updated package
This commit is contained in:
parent
430d052865
commit
6ff40cbe60
5
.npmignore
Normal file
5
.npmignore
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
node_modules/
|
||||||
|
tests/
|
||||||
|
src/
|
||||||
|
jest.config.js
|
||||||
|
tsconfig.json
|
@ -3,6 +3,7 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "A simple way to collect logs and send to the server via simple SDK.",
|
"description": "A simple way to collect logs and send to the server via simple SDK.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
"private": false,
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
@ -5,7 +5,8 @@
|
|||||||
"outDir": "dist",
|
"outDir": "dist",
|
||||||
"rootDir": "src",
|
"rootDir": "src",
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"types": ["jest"]
|
"types": ["jest"],
|
||||||
|
"declaration": true,
|
||||||
},
|
},
|
||||||
"include": ["src/**/*.ts"]
|
"include": ["src/**/*.ts"]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user