datafold 0.1.55

A personal database for data sovereignty with AI-powered ingestion
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@generated/*": ["../../../bindings/src/datafold_node/static-react/src/types/*"]
    }
  },
  "include": ["src/**/*"],
  "exclude": ["node_modules", "dist"]
}