Update: nueva version Horux Despachos
This commit is contained in:
21
packages/vertical-contable/package.json
Normal file
21
packages/vertical-contable/package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "@horux/vertical-contable",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"main": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"scripts": {
|
||||
"lint": "eslint src/",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@horux/shared": "workspace:*",
|
||||
"@horux/core": "workspace:*",
|
||||
"facturapi": "^4.14.0",
|
||||
"playwright": "^1.59.0",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.3.0"
|
||||
}
|
||||
}
|
||||
1
packages/vertical-contable/src/index.ts
Normal file
1
packages/vertical-contable/src/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
17
packages/vertical-contable/tsconfig.json
Normal file
17
packages/vertical-contable/tsconfig.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"declaration": true,
|
||||
"resolveJsonModule": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"isolatedModules": true
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["node_modules", "dist"]
|
||||
}
|
||||
Reference in New Issue
Block a user