mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02:00
13 lines
353 B
JSON
13 lines
353 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"sourceMap": false,
|
|
"declaration": false,
|
|
"lib": ["esnext", "dom"],
|
|
"types": ["@playwright/test", "node"]
|
|
},
|
|
"include": ["**/*.ts", "janitor.config.mjs"],
|
|
"exclude": ["**/dist/**/*", "**/node_modules/**/*"],
|
|
"references": [{ "path": "../../workflow/tsconfig.build.esm.json" }]
|
|
}
|