Add new site

This commit is contained in:
momo5502
2025-04-21 17:54:40 +02:00
parent 759bd0e9fb
commit 0aae376a51
45 changed files with 7610 additions and 556 deletions

19
page/tsconfig.json Normal file
View File

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