This commit is contained in:
2025-08-15 19:14:56 +09:00
parent f5f3de125a
commit 8446a467a3
9 changed files with 367 additions and 260 deletions

5
tsconfig.node.json Normal file
View File

@@ -0,0 +1,5 @@
{
"extends": "../tsconfig.node.json",
"include": ["./**/*.ts"],
"exclude": ["test/*", "./dist/*"],
}