mirror of
https://github.com/docmost/docmost.git
synced 2026-07-24 14:22:53 +10:00
feat(ee): bases
Table and kanban UI, formula engine package, and the base-embed editor extension
This commit is contained in:
@@ -22,7 +22,13 @@
|
||||
"paths": {
|
||||
"@docmost/db/*": ["./src/database/*"],
|
||||
"@docmost/transactional/*": ["./src/integrations/transactional/*"],
|
||||
"@docmost/ee/*": ["./src/ee/*"]
|
||||
"@docmost/ee/*": ["./src/ee/*"],
|
||||
"@docmost/base-formula/server": [
|
||||
"../../packages/base-formula/dist/index.server.d.ts"
|
||||
],
|
||||
"@docmost/base-formula/client": [
|
||||
"../../packages/base-formula/dist/index.client.d.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user