Inicio tests + docker

This commit is contained in:
2025-12-26 11:36:11 +01:00
commit 6f48b6f518
2132 changed files with 934060 additions and 0 deletions

13
tsconfig.json Normal file
View File

@@ -0,0 +1,13 @@
{
"extends": "@tsconfig/node22/tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./"
},
"include": [
"**/*.ts"
],
"exclude": [
"dist"
]
}