Add filesystem capability seam and tools
This commit is contained in:
13
packages/fs/fs/tsconfig.json
Normal file
13
packages/fs/fs/tsconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "../../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "src",
|
||||
"outDir": "lib"
|
||||
},
|
||||
"include": ["src"],
|
||||
"references": [
|
||||
{ "path": "../../../vendor/cosmokit" },
|
||||
{ "path": "../../../vendor/cordis" },
|
||||
{ "path": "../../llm/llm" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user