n8n/packages/@n8n/db/tsconfig.json

16 lines
383 B
JSON

{
"extends": "@n8n/typescript-config/tsconfig.common.json",
"compilerOptions": {
"rootDir": ".",
"types": ["node", "jest"],
"baseUrl": "src",
"tsBuildInfoFile": "dist/typecheck.tsbuildinfo",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
// remove all options below this line
"strictPropertyInitialization": false
},
"include": ["src/**/*.ts"]
}