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 10977fb commit 6f8229bCopy full SHA for 6f8229b
packages/tracing/package.json
@@ -26,8 +26,8 @@
26
},
27
"homepage": "https://github.com/awslabs/aws-lambda-powertools-typescript/tree/master/packages/tracer#readme",
28
"license": "MIT",
29
- "main": "./lib/index.js",
30
- "types": "./lib/index.d.ts",
+ "main": "./lib/packages/tracing/src/index.js",
+ "types": "./lib/packages/tracing/src/index.d.ts",
31
"devDependencies": {
32
"@types/aws-lambda": "^8.10.72",
33
"@types/jest": "^27.0.0",
packages/tracing/tsconfig.json
@@ -7,6 +7,7 @@
7
"declaration": true,
8
"declarationMap": true,
9
"outDir": "lib",
10
+ "removeComments": false,
11
"strict": true,
12
"inlineSourceMap": true,
13
"moduleResolution": "node",
0 commit comments