chore: init

This commit is contained in:
2025-10-25 22:31:06 +07:00
parent 93d98edb65
commit 3cdf5f6ba5
5 changed files with 93 additions and 2 deletions

8
tsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "NodeNext",
"skipLibCheck": true,
},
"exclude": ["node_modules"]
}