13 lines
345 B
JSON
13 lines
345 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.esm.json" }]
|
||
|
|
}
|