feat(create-turbo): apply official-starter transform

This commit is contained in:
Turbobot
2025-10-09 17:18:09 -04:00
committed by Gabriel Garcia
parent 7325fddd45
commit 1d1d28da75
177 changed files with 4640 additions and 14190 deletions

View File

@@ -0,0 +1,8 @@
{
"extends": "@repo/typescript-config/react-library.json",
"compilerOptions": {
"outDir": "dist"
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
}