feat(create-turbo): create basic

This commit is contained in:
Turbobot
2025-08-25 22:24:01 +04:00
committed by Asya Vee
commit e6579171ec
63 changed files with 4649 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./base.json",
"compilerOptions": {
"jsx": "react-jsx"
}
}