mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
13 lines
341 B
JSON
13 lines
341 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"sourceMap": false,
|
|
"declaration": false,
|
|
"lib": ["esnext", "dom"],
|
|
"types": ["cypress", "node", "cypress-real-events"]
|
|
},
|
|
"include": ["**/*.ts"],
|
|
"exclude": ["**/dist/**/*", "**/node_modules/**/*"],
|
|
"references": [{ "path": "../packages/workflow/tsconfig.build.json" }]
|
|
}
|