feat(about): add static public about page

This commit is contained in:
2026-06-06 23:32:55 +03:30
parent ef3eaf1206
commit 870d198cc8
3 changed files with 468 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"verbatimModuleSyntax": true,
"moduleDetection": "force",
"noEmit": true,