n8n/packages/@n8n/db/tsconfig.json
2025-04-24 10:57:02 +02:00

16 lines
390 B
JSON

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