mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -05:00
279030f2b8
postcss was importing `./index.js` from `./index.d.mts` where there also existed a `./index.d.ts`. Closes #19575
13 lines
No EOL
245 B
JSON
13 lines
No EOL
245 B
JSON
{
|
|
"name": "@denotest/dts-and-dmts-same-file",
|
|
"version": "1.0.0",
|
|
"exports": {
|
|
".": {
|
|
"import": "./main.mjs",
|
|
"require": "./main.js"
|
|
},
|
|
"./mjs": "./main.mjs",
|
|
"./cjs": "./main.cjs",
|
|
"./js": "./main.js"
|
|
}
|
|
} |