first commit

This commit is contained in:
编码猿
2024-09-27 01:13:55 +08:00
commit 6e74a6ebd7
31 changed files with 335 additions and 0 deletions

9
tsconfig.node.json Normal file
View File

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