compatibilidade
This commit is contained in:
parent
a4f38b84d7
commit
d2fd401359
89 changed files with 131 additions and 32 deletions
14
package.json
14
package.json
|
|
@ -9,13 +9,13 @@
|
|||
"require": "./dist-require/index.js"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"build-back": "rm -fr dist-require && tsc --project ./tsconfig-back.json",
|
||||
"build-front": "rm -fr dist-import && tsc --project ./tsconfig-front.json",
|
||||
"build": "pnpm run biome && pnpm run build-back && pnpm run build-front",
|
||||
"biome": "npx @biomejs/biome check --write ./src",
|
||||
"at": "pnpm up @biomejs/biome typescript"
|
||||
},
|
||||
"scripts": {
|
||||
"biome": "npx @biomejs/biome check --write ./src",
|
||||
"build-front": "rm -rf dist-import && tsc --project tsconfig-front.json",
|
||||
"build-back": "rm -rf dist-require && tsc --project tsconfig-back.json",
|
||||
"build-types": "rm -rf dist-types && tsc --project tsconfig.types.json",
|
||||
"build": "pnpm run biome && pnpm run build-front && pnpm run build-back"
|
||||
},
|
||||
"author": {
|
||||
"name": "AZTECA SOFTWARE LTDA",
|
||||
"email": "ti@e-licencie.com.br",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue