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
/
typescript-config
/
node.json
14 lines
(13 loc)
•
303 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"
$schema
"
:
"https://json.schemastore.org/tsconfig"
,
"extends"
:
"./base.json"
,
"compilerOptions"
: {
"target"
:
"ES2022"
,
"module"
:
"ESNext"
,
"moduleResolution"
:
"bundler"
,
"allowSyntheticDefaultImports"
:
true
,
"composite"
:
true
,
"noEmit"
:
true
,
"types"
: [
"node"
] } }