add landing page react generated

This commit is contained in:
Deeman
2026-02-11 23:01:25 +01:00
parent aa57156d9d
commit 403b6661ba
74 changed files with 15982 additions and 0 deletions

17
scratch/app/tsconfig.json Normal file
View File

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