UNPKG
yu-gstatic
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
Cli for Yu Static Site Hosting Service - GStatic
yu-gstatic
/
tsconfig.json
10 lines
•
157 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"outDir"
:
"./built"
,
"allowJs"
:
true
,
"target"
:
"es5"
}
,
"include"
:
[
"./src/**/*"
]
}