mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-18 05:54:07 +02:00
Updated Filesystem
This commit is contained in:
12
src/filesystem/tsconfig.json
Normal file
12
src/filesystem/tsconfig.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"rootDir": ".",
|
||||
"moduleResolution": "NodeNext",
|
||||
"module": "NodeNext"
|
||||
},
|
||||
"include": [
|
||||
"./**/*.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user