UNPKG
openresty-lua-types
Version:
latest (2.1.2)
2.1.2
2.1.1
2.1.0
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Typescript types for openresty (ngx_http_lua_module), designed to be used with TypeScriptToLua
openresty-lua-types
/
tsconfig.json
10 lines
•
174 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"lib"
:
[
"esnext"
]
,
"declaration"
:
true
,
"noEmit"
:
true
}
,
"tstl"
:
{
"buildMode"
:
"library"
}
}