👉
Showing
... | @@ -7,6 +7,7 @@ | ... | @@ -7,6 +7,7 @@ |
"license": "MIT", | "license": "MIT", | ||
"type": "module", | "type": "module", | ||
"source": "./src/index.ts", | "source": "./src/index.ts", | ||
"types": "./build/index.d.ts", | |||
"exports": { | "exports": { | ||
"import": "./build/index.js", | "import": "./build/index.js", | ||
"default": "./build/index.js", | "default": "./build/index.js", | ||
... | ... |
Please register or sign in to comment