Init monorepo: Frontend + Backend

This commit is contained in:
2025-11-20 06:59:26 +09:00
commit 3fa73b869b
35 changed files with 7898 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"noImplicitAny": false
}
}