feat: založení základní stránky příjem/výdej + import a statistiky

This commit is contained in:
Ondřej Anděl
2026-09-07 14:58:49 +02:00
commit a5711f3e1e
98 changed files with 15505 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"include": [
"src/**/*",
"../types/**/*"
],
"exclude": [
"src/tests/**/*"
],
"compilerOptions": {
"target": "ES2022",
"module": "Node16",
"moduleResolution": "node16",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"outDir": "./dist",
"rootDir": "../",
"strict": true
}
}