feat: init

This commit is contained in:
2025-09-01 02:28:55 +07:00
commit eb357ef703
21 changed files with 6628 additions and 0 deletions

5
tsconfig.json Normal file
View File

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