UNPKG
kokkoro-plugin-kfc
Version:
latest (2.0.0)
2.0.0
1.0.2
1.0.1
1.0.0
0.0.2
0.0.1
vivo 50
kokkoro-plugin-kfc
/
tsconfig.json
14 lines
(13 loc)
•
235 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"extends"
:
"../../tsconfig.base"
,
"compilerOptions"
:
{
"rootDir"
:
"src"
,
"baseUrl"
:
"."
,
"paths"
:
{
"@/*"
:
[
"src/*"
]
}
,
"declaration"
:
false
,
"outDir"
:
"lib"
}
,
"include"
:
[
"src"
]
}