feat(showcase): rewrite the webpage using preact for future development (1/3)

This commit is contained in:
Haoyu Xu
2023-01-08 07:00:09 -05:00
parent b87223c7bf
commit 4d1d57879e
28 changed files with 13903 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
}
}