First commit: Tryton client using TypeScript

This commit is contained in:
2025-10-10 10:22:11 -05:00
commit edda76cfc8
14 changed files with 3523 additions and 0 deletions

31
.npmignore Normal file
View File

@@ -0,0 +1,31 @@
# Archivos de desarrollo
*.ts
tsconfig.json
.vscode
.idea
.DS_Store
# Archivos de Node.js
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Tests
*.test.ts
*.spec.ts
test/
tests/
__tests__/
coverage/
# Build temporales
*.tsbuildinfo
.cache
# Otros
.git
.gitignore
.npmignore
*.md.backup