feat: temparily save

This commit is contained in:
2025-03-09 02:46:15 +08:00
parent 9b310f0c62
commit 595e8d29dc
27 changed files with 1132 additions and 0 deletions

8
tsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"extends": "./tsconfig.base.json",
"references": [
{
"path": "./apps/playground"
}
]
}