UNPKG
testing-a-web-extractor-as-mcp-server
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.1
0.1.0
MCP server for extracting content from web pages
testing-a-web-extractor-as-mcp-server
/
tsconfig.json
13 lines
•
264 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"ES2020"
,
"module"
:
"NodeNext"
,
"moduleResolution"
:
"NodeNext"
,
"esModuleInterop"
:
true
,
"outDir"
:
"./dist"
,
"rootDir"
:
"./src"
,
"strict"
:
true
,
"declaration"
:
true
}
,
"include"
:
[
"src/**/*"
]
}