@clickup/ent-framework
Version:
A PostgreSQL graph-database-alike library with microsharding and row-level security
33 lines (32 loc) • 855 B
JSON
{
"include": ["src/**/*"],
"compilerOptions": {
"tsBuildInfoFile": "dist/tsconfig.tsbuildinfo",
"allowJs": true,
"composite": true,
"declaration": true,
"declarationMap": true,
"disableReferencedProjectLoad": true,
"disableSourceOfProjectReferenceRedirect": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"incremental": true,
"lib": ["ES2019"],
"module": "Node16",
"noEmitOnError": true,
"noErrorTruncation": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noPropertyAccessFromIndexSignature": true,
"outDir": "dist",
"pretty": true,
"removeComments": false,
"resolveJsonModule": true,
"rootDir": "src",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "ES2019",
"types": ["node", "jest"]
}
}