neo4j-driver-bolt-connection
Version:
Implements the connection with the Neo4j Database using the Bolt Protocol
17 lines (16 loc) • 370 B
JSON
{
"compilerOptions": {
"target": "ES5",
"lib": ["ES6"],
"noImplicitAny": true,
"noImplicitReturns": true,
"strictNullChecks": true,
"esModuleInterop": true,
"moduleResolution": "node",
"downlevelIteration": true,
"outDir": "lib",
"allowJs": true,
"isolatedModules": true
},
"include": ["src/**/*.js", "types/**/*.ts"]
}