UNPKG
@calcom/cal-mcp
Version:
latest (0.0.6)
1.0.2
1.0.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
An MCP server for Cal.com generated by @buildwithalyer
@calcom/cal-mcp
/
tsconfig.json
14 lines
(13 loc)
•
276 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"es2022"
,
"module"
:
"NodeNext"
,
"esModuleInterop"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"strict"
:
true
,
"skipLibCheck"
:
true
,
"outDir"
:
"dist"
,
"resolveJsonModule"
:
true
}
,
"include"
:
[
"src"
]
}