UNPKG
@mcpflow.io/mcp-tmdb-mcp-server
Version:
latest (1.0.1)
1.0.1
1.0.0
镜像源
@mcpflow.io/mcp-tmdb-mcp-server
/
tsconfig.json
16 lines
•
344 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"target"
:
"ES2020"
,
"module"
:
"ES2020"
,
"moduleResolution"
:
"node"
,
"outDir"
:
"./dist"
,
"rootDir"
:
"src"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
true
,
"forceConsistentCasingInFileNames"
:
true
}
,
"include"
:
[
"src/**/*.ts"
]
}