UNPKG
vibe-init
Version:
latest (2.0.1)
2.0.1
2.0.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0
Create a new project with good vibes ✨ - A modern full-stack monorepo template
vibe-init
/
templates
/
turbo-react-router
/
packages
/
ui
/
tsconfig.json
6 lines
(5 loc)
•
128 B
JSON
View Raw
1
2
3
4
5
6
{
"extends"
:
"
@{
{KEBAB_CASE_NAME}
}
/typescript-config/react-library.json"
,
"include"
: [
"."
],
"exclude"
: [
"node_modules"
] }