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