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.
typesVersions
1 parent e2ec12b commit e43c7e5Copy full SHA for e43c7e5
packages/tracing/package.json
@@ -13,6 +13,11 @@
13
"module": "build/npm/esm/index.js",
14
"types": "build/npm/types/index.d.ts",
15
"exports": {
16
+ ".": {
17
+ "import": "./build/npm/esm/index.js",
18
+ "require": "./build/npm/cjs/index.js",
19
+ "types": "./build/npm/types/index.d.ts"
20
+ },
21
"./node": {
22
"import": "./build/npm/esm/node/index.js",
23
"require": "./build/npm/cjs/node/index.js",
@@ -24,6 +29,19 @@
24
29
"types": "./build/npm/types/browser/index.d.ts"
25
30
}
26
31
},
32
+ "typesVersions": {
33
+ "*": {
34
+ "*": [
35
+ "build/npm/types/index.d.ts"
36
+ ],
37
+ "node": [
38
+ "./build/npm/types/node/index.d.ts"
39
40
+ "browser": [
41
+ "./build/npm/types/browser/index.d.ts"
42
+ ]
43
+ }
44
27
45
"publishConfig": {
28
46
"access": "public"
47
0 commit comments