UNPKG
create-fast-turbo
Version:
latest (1.0.0)
1.0.0
A CLI tool to quickly scaffold a Turborepo with pre-configured templates
create-fast-turbo
/
templates
/
basic
/
packages
/
typescript-config
/
react-library.json
8 lines
(7 loc)
•
136 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"
$schema
"
:
"https://json.schemastore.org/tsconfig"
,
"extends"
:
"./base.json"
,
"compilerOptions"
: {
"jsx"
:
"react-jsx"
} }