Version 1.0 del totem en el sistema bascula autonoma

This commit is contained in:
2025-11-10 10:34:55 +01:00
parent 193f9d1812
commit f0ad04d4a3
40 changed files with 10416 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"noEmit": true,
"strict": true,
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "Node",
"baseUrl": "./src",
"typeRoots": ["./types"]
},
"include": ["types", "src/**/*.js"]
}