233 B
11 lines
Blame
1
{
2
"
compilerOptions
"
:
{
3
"
target
"
:
"
es2020
"
,
4
"
lib
"
:
[
"
es2020
"
,
"
dom
"
],
5
"
types
"
:
[
"
cypress
"
,
"
node
"
,
"
@argos-ci/cypress/support
"
],
6
"
allowImportingTsExtensions
"
:
true
,
7
"
noEmit
"
:
true
8
},
9
"
include
"
:
[
"
**/*.ts
"
]
10
}
11