mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
af3ac2db28
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
13 lines
318 B
JSON
13 lines
318 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"sourceMap": false,
|
|
"declaration": false,
|
|
"lib": ["esnext", "dom"],
|
|
"types": ["cypress", "node"]
|
|
},
|
|
"include": ["**/*.ts"],
|
|
"exclude": ["**/dist/**/*", "**/node_modules/**/*"],
|
|
"references": [{ "path": "../packages/workflow/tsconfig.build.json" }]
|
|
}
|