UNPKG
@linker-design/create-linker
Version:
latest (3.0.1)
3.0.1
linker template initializer
@linker-design/create-linker
/
template
/
tsconfig
/
cypress-ct
/
tsconfig.cypress-ct.json
15 lines
(14 loc)
•
261 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"extends"
:
"./tsconfig.app.json"
,
"include"
:
[
"env.d.ts"
,
"src/**/*"
,
"src/**/*.vue"
,
"cypress/support/component.*"
,
"cypress/support/commands.ts"
]
,
"exclude"
:
[
]
,
"compilerOptions"
:
{
"composite"
:
true
}
}