Skip to content

Commit 3f662f4

Browse files
authored
Add ./ to package.json conditional export values (#3355)
1 parent b53d5d5 commit 3f662f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/documentation/copy/en/release-notes/TypeScript 4.9.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,8 @@ If this change impacts your library, you may need to add `types@` version select
481481
},
482482
"exports": {
483483
".": {
484-
+ "types@<4.8": "4.8-types/main.d.ts",
485-
+ "types": "modern-types/main.d.ts",
484+
+ "types@<4.8": "./4.8-types/main.d.ts",
485+
+ "types": "./modern-types/main.d.ts",
486486
"import": "./dist/main.js"
487487
}
488488
}

0 commit comments

Comments
 (0)