initial i guess

This commit is contained in:
bluestar_ 2023-12-22 13:59:04 +07:00
commit 68a78ff3ae
18 changed files with 1771 additions and 0 deletions

7
jsconfig.json Normal file
View file

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