🍎 feat: MEW BEGINNING!

This commit is contained in:
t0ng7u
2025-09-25 23:17:33 +08:00
parent 6992fd2b66
commit 71f5dc987a
569 changed files with 23038 additions and 113 deletions

View File

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