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 6f901b5 commit 802645bCopy full SHA for 802645b
package.json
@@ -2,6 +2,13 @@
2
"name": "@abraham/reflection",
3
"version": "0.10.0",
4
"description": "Lightweight ES Module implementation of reflect-metadata",
5
+ "type": "module",
6
+ "exports": {
7
+ ".": {
8
+ "import": "./dist/index.js",
9
+ "require": "./dist/index.umd.js"
10
+ }
11
+ },
12
"main": "./dist/index.umd.js",
13
"module": "./dist/index.js",
14
"types": "./dist/index.d.ts",
0 commit comments