pull:初次提交
This commit is contained in:
12
n8n-n8n-1.109.2/cypress/tsconfig.json
Executable file
12
n8n-n8n-1.109.2/cypress/tsconfig.json
Executable file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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.esm.json" }]
|
||||
}
|
||||
Reference in New Issue
Block a user