Initial commit from create-turbo

This commit is contained in:
wass08
2026-01-14 07:26:59 +09:00
commit d5f4648c39
61 changed files with 2356 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"extends": "@repo/typescript-config/react-library.json",
"compilerOptions": {
"outDir": "dist"
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
}