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