mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-29 16:14:42 +00:00
11 lines
261 B
JSON
11 lines
261 B
JSON
|
|
{
|
||
|
|
"extends": "../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"noEmit": true,
|
||
|
|
// be explicit about types included
|
||
|
|
// to avoid clashing with Jest types
|
||
|
|
"types": ["cypress", "@testing-library/cypress"]
|
||
|
|
},
|
||
|
|
"include": ["../node_modules/cypress", "./**/*.ts"]
|
||
|
|
}
|