refactor(nestlogged-fastify): change out directory to lib
This commit is contained in:
parent
5f48a0ed9e
commit
0c722ae9d7
@ -1,8 +1,9 @@
|
||||
{
|
||||
"name": "nestlogged-fastify",
|
||||
"version": "3.2.3",
|
||||
"version": "3.2.4",
|
||||
"description": "A NestJS Logger Decorator Library With Fastify Support",
|
||||
"main": "./dist/lib/index.js",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"repository": "https://git.psw.kr/p-sw/nestlogged",
|
||||
"author": "Shinwoo PARK",
|
||||
"license": "MIT",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"extends": "./tsconfig.json",
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist",
|
||||
"lib",
|
||||
"src/test",
|
||||
],
|
||||
"compilerOptions": {
|
||||
|
@ -3,7 +3,7 @@
|
||||
"module": "commonjs",
|
||||
"target": "ES2021",
|
||||
"sourceMap": false,
|
||||
"outDir": "./dist/lib",
|
||||
"outDir": "./lib",
|
||||
"rootDir": "./src",
|
||||
"declaration": true,
|
||||
"declarationMap": false,
|
||||
@ -12,6 +12,6 @@
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist",
|
||||
"lib",
|
||||
],
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user