Generalize the photos-originals rclone-mount pattern to a video-projects prefix so the video studio (and imajin ETL, per storage-portability-plan §2.3) can read/write multi-GB project sources/renders as local files while only hot data stays resident on plum (bounded VFS LRU cache). Lets a small-disk laptop work with large footage without filling APFS. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
24 lines
635 B
JSON
24 lines
635 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"types": ["bun"],
|
|
"strict": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"noEmit": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@modelcontextprotocol/sdk/server/stdio": [
|
|
"./node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio"
|
|
],
|
|
"@modelcontextprotocol/sdk/types": [
|
|
"./node_modules/@modelcontextprotocol/sdk/dist/esm/types"
|
|
]
|
|
}
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|