repo setup

This commit is contained in:
wass08
2026-01-14 09:03:07 +09:00
parent d5f4648c39
commit c9d84ea126
53 changed files with 609 additions and 747 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"extends": "@repo/typescript-config/react-library.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src"
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
}