mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
13 lines
311 B
JSON
13 lines
311 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"sourceMap": false,
|
|
"declaration": false,
|
|
"lib": ["esnext", "dom"],
|
|
"types": ["node"]
|
|
},
|
|
"include": ["**/*.ts"],
|
|
"exclude": ["**/dist/**/*", "**/node_modules/**/*"],
|
|
"references": [{ "path": "../../workflow/tsconfig.build.esm.json" }]
|
|
}
|