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
/
package.json
10 lines
(9 loc)
•
150 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"name"
:
"@repo/typescript-config"
,
"version"
:
"0.0.0"
,
"private"
:
true
,
"license"
:
"MIT"
,
"publishConfig"
:
{
"access"
:
"public"
}
}