Initial commit from create-turbo

This commit is contained in:
2026-04-26 18:49:51 -05:00
commit 86e0ff5691
61 changed files with 2388 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"extends": "@repo/typescript-config/react-library.json",
"compilerOptions": {
"outDir": "dist",
"strictNullChecks": true
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
}