Skip to content

Commit 6f8229b

Browse files
committed
Update config to prep for JSDoc
1 parent 10977fb commit 6f8229b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/tracing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
},
2727
"homepage": "https://github.com/awslabs/aws-lambda-powertools-typescript/tree/master/packages/tracer#readme",
2828
"license": "MIT",
29-
"main": "./lib/index.js",
30-
"types": "./lib/index.d.ts",
29+
"main": "./lib/packages/tracing/src/index.js",
30+
"types": "./lib/packages/tracing/src/index.d.ts",
3131
"devDependencies": {
3232
"@types/aws-lambda": "^8.10.72",
3333
"@types/jest": "^27.0.0",

packages/tracing/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"declaration": true,
88
"declarationMap": true,
99
"outDir": "lib",
10+
"removeComments": false,
1011
"strict": true,
1112
"inlineSourceMap": true,
1213
"moduleResolution": "node",

0 commit comments

Comments
 (0)