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