UNPKG
@accility/protoc-swagger-plugin
Version:
latest (0.11.0)
0.11.0
0.10.0
0.9.1
0.9.0
Convert .proto files to OpenAPI v2 (swagger) files.
github.com/accility/protoc-swagger-plugin
@accility/protoc-swagger-plugin
/
test
/
tsconfig.json
12 lines
(11 loc)
•
252 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"target"
:
"ES5"
,
"module"
:
"CommonJS"
,
"declaration"
:
false
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"forceConsistentCasingInFileNames"
:
true
}
,
"include"
:
[
"."
]
,
}