mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
13 lines
301 B
JSON
13 lines
301 B
JSON
{
|
|
"extends": "@n8n/typescript-config/tsconfig.common.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"types": ["node", "jest"],
|
|
"baseUrl": "src",
|
|
"tsBuildInfoFile": "dist/typecheck.tsbuildinfo",
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|