This commit is contained in:
Morten Olsen
2024-12-10 20:59:29 +01:00
commit ede2d56b7c
54 changed files with 6955 additions and 0 deletions

23
tsconfig.json Normal file
View File

@@ -0,0 +1,23 @@
{
"include": [],
"references": [
{
"path": "./packages/plaindb"
},
{
"path": "./packages/fs-system"
},
{
"path": "./packages/fs-memory"
},
{
"path": "./packages/tools-cli"
},
{
"path": "./packages/plugin-core"
},
{
"path": "./packages/plugin-markdown"
}
]
}