init
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 49s

This commit is contained in:
2025-11-11 19:20:04 +07:00
parent 77e86b113c
commit 38c72e6c4f
6 changed files with 546 additions and 68 deletions

View File

@@ -13,11 +13,11 @@
"forceConsistentCasingInFileNames": true,
"strictNullChecks": true,
"verbatimModuleSyntax": false,
"baseUrl": "./src",
"outDir": "./dist",
"outDir": "dist",
"lib": ["es2022"],
"baseUrl": ".",
"paths": {
"@/*": ["*"]
"@/*": ["src/*"]
}
},
"include": ["src/**/*"],