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