mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-25 13:55:18 +02: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" }]
|
|
}
|