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