Skip to content

Commit 2cca505

Browse files
authored
Add Typescript 4.5 nodenext node12 module resolution support (#4416)
Added Typescript 4.5+ Support for nodenext and node12 resolve it will not lookup typings
1 parent 70d0025 commit 2cca505

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
},
132132
"exports": {
133133
".": {
134+
"types": "./dist/rollup.d.ts",
134135
"node": {
135136
"require": "./dist/rollup.js",
136137
"import": "./dist/es/rollup.js"

0 commit comments

Comments
 (0)