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
/
tsconfig.json
14 lines
•
328 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"outDir"
:
"./dist"
,
"rootDir"
:
"./src"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"forceConsistentCasingInFileNames"
:
true
}
,
"include"
:
[
"src"
]
,
"exclude"
:
[
"node_modules"
,
"**/__tests__/*"
]
}