UNPKG
@linker-design/create-template
Version:
latest (3.0.0)
3.0.0
linker template initializer
@linker-design/create-template
/
template
/
tsconfig
/
base
/
tsconfig.config.json
9 lines
(8 loc)
•
204 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"extends"
:
"@vue/tsconfig/tsconfig.node.json"
,
"include"
:
[
"vite.config.*"
,
"vitest.config.*"
,
"cypress.config.*"
]
,
"compilerOptions"
:
{
"composite"
:
true
,
"types"
:
[
"node"
]
}
}