mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
10 lines
264 B
JSON
10 lines
264 B
JSON
{
|
|
"extends": "@n8n/typescript-config/tsconfig.common.json",
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
|
"moduleResolution": "bundler",
|
|
"module": "esnext"
|
|
},
|
|
"include": ["src/backend/**/*.ts", "src/index.ts"]
|
|
}
|