feat: init

This commit is contained in:
2025-10-24 04:43:47 +07:00
commit 8b83c15ab1
13 changed files with 4079 additions and 0 deletions

5
tsconfig.json Normal file
View File

@@ -0,0 +1,5 @@
{
"extends": "@robonen/tsconfig/tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}