mirror of
https://github.com/acamarata/moon-sighting.git
synced 2026-07-01 11:24:24 +00:00
refactor: use flat exports shape per ADR-015 (keep d.mts on disk)
This commit is contained in:
parent
e8981db7aa
commit
8a6c1cf70d
1 changed files with 3 additions and 8 deletions
11
package.json
11
package.json
|
|
@ -9,14 +9,9 @@
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"import": {
|
"types": "./dist/index.d.ts",
|
||||||
"types": "./dist/index.d.mts",
|
"import": "./dist/index.mjs",
|
||||||
"default": "./dist/index.mjs"
|
"require": "./dist/index.cjs"
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"types": "./dist/index.d.ts",
|
|
||||||
"default": "./dist/index.cjs"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"./package.json": "./package.json"
|
"./package.json": "./package.json"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue