We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfb358 commit 9ba8213Copy full SHA for 9ba8213
package.json
@@ -7,6 +7,7 @@
7
"url": "https://github.com/devsheva"
8
},
9
"main": "dist/logger.js",
10
+ "types": "dist/logger.d.ts",
11
"description": "A simple logging library",
12
"devDependencies": {
13
"@vitest/coverage-v8": "^2.0.5",
tsconfig.build.json
@@ -1,5 +1,8 @@
1
{
2
"extends": "./tsconfig.json",
3
+ "compilerOptions": {
4
+ "declaration": true
5
+ },
6
"exclude": [
"spec/**/*.ts",
"test/**/*.ts"
0 commit comments