first commit

This commit is contained in:
2026-03-26 15:18:58 +03:00
parent bc9a8634f9
commit 7957669cd9
1331 changed files with 131661 additions and 0 deletions

9
tsconfig.node.json Normal file
View File

@@ -0,0 +1,9 @@
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}