UNPKG
@chainbound/payflow-mcp
Version:
latest (0.0.2)
0.0.2
0.0.1
Payflow MCP server
github.com/chainbound/payflow
chainbound/payflow
@chainbound/payflow-mcp
/
tsconfig.json
14 lines
•
238 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"extends"
:
"../../tsconfig.base.json"
,
"compilerOptions"
:
{
"outDir"
:
"./dist"
,
"rootDir"
:
"./src"
}
,
"include"
:
[
"src/**/*"
]
,
"exclude"
:
[
"node_modules"
,
"dist"
]
}