kitedb 0.2.13

High-performance embedded graph database
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "module": "ESNext",
    "moduleResolution": "Bundler",
    "outDir": "lib",
    "rootDir": "."
  },
  "include": ["*.ts"],
  "exclude": ["lib"]
}