Initial Commit

This commit is contained in:
2026-09-16 17:22:14 +09:00
commit 858ee9e9da
335 changed files with 123898 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"compilerOptions": {
"composite": true,
"target": "ES2022",
"lib": ["ES2023"],
"module": "ESNext",
"moduleResolution": "bundler",
"skipLibCheck": true,
"strict": true,
"allowSyntheticDefaultImports": true,
"emitDeclarationOnly": true,
"outDir": "./dist-tsbuild/node"
},
"include": ["vite.config.ts", "vitest.config.ts"]
}