sync master to new contents

This commit is contained in:
2026-02-05 17:32:58 +00:00
parent 56e699de44
commit 778f6476bc
102 changed files with 1326 additions and 0 deletions

13
tsconfig.json Normal file
View File

@@ -0,0 +1,13 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}