ajuste de tipagem
This commit is contained in:
parent
fe15145de0
commit
e36137e33e
5 changed files with 253 additions and 7 deletions
|
|
@ -4,10 +4,10 @@ tsup --config ./node_modules/p-comuns/tsup/tsup.config.ts
|
|||
|
||||
"main": "./dist-back/index.js",
|
||||
"module": "./dist-front/index.mjs",
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist-front/index.d.mts",,
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./src/index.ts",
|
||||
"types": "./dist-front/index.d.mts",,
|
||||
"import": "./dist-front/index.mjs",
|
||||
"require": "./dist-back/index.js"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue