UNPKG
@thomas.tan/typescript-mcp-demo-server
Version:
latest (0.2.0)
0.2.0
TypeScript MCP demo server with web extraction, search, and datetime utilities
@thomas.tan/typescript-mcp-demo-server
/
tsconfig.json
15 lines
•
316 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"target"
:
"ES2020"
,
"module"
:
"NodeNext"
,
"moduleResolution"
:
"NodeNext"
,
"esModuleInterop"
:
true
,
"outDir"
:
"./dist"
,
"rootDir"
:
"./src"
,
"strict"
:
true
,
"declaration"
:
true
}
,
"include"
:
[
"src/**/*"
]
}