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 b463361 commit 912094eCopy full SHA for 912094e
README.md
@@ -84,6 +84,9 @@ Top-level keys are sorted according to a style commonly seen in the packages of
84
// entry
85
'main',
86
'bin',
87
+ 'module',
88
+ 'type',
89
+ 'exports',
90
91
// constraints
92
'engines',
@@ -102,7 +105,11 @@ Top-level keys are sorted according to a style commonly seen in the packages of
102
105
'peerDependenciesMeta',
103
106
'dependencies',
104
107
'devDependencies',
- 'resolutions'
108
+ 'resolutions',
109
+
110
+ // types
111
+ 'types',
112
+ 'typings'
113
]
114
```
115
0 commit comments