UNPKG
create-zalo-mini-app
Version:
latest (1.0.4)
next (1.0.0-0)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-0
Create zalo mini app project
create-zalo-mini-app
/
jsconfig.json
8 lines
•
144 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"compilerOptions"
:
{
"baseUrl"
:
"./"
,
"module"
:
"commonjs"
,
"target"
:
"es2015"
,
}
,
"exclude"
:
[
"node_modules"
,
"example"
]
,
}