mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-18 14:54:09 +02:00
11 lines
200 B
JSON
11 lines
200 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": ".",
|
|
"moduleResolution": "NodeNext",
|
|
"module": "NodeNext"
|
|
},
|
|
"include": ["./**/*.ts"]
|
|
}
|