14 lines
No EOL
365 B
Markdown
14 lines
No EOL
365 B
Markdown
"tsup --config tsup.config.ts"
|
|
|
|
tsup --config ./node_modules/p-comuns/tsup/tsup.config.ts
|
|
|
|
"main": "./dist-back/index.js",
|
|
"module": "./dist-front/index.mjs",
|
|
"types": "./dist-front/index.d.mts",,
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist-front/index.d.mts",,
|
|
"import": "./dist-front/index.mjs",
|
|
"require": "./dist-back/index.js"
|
|
}
|
|
}, |