Files
n8n-enterprise-unlocked/packages/testing/containers/tsconfig.json
2025-07-10 11:50:03 +01:00

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" }]
}