mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-29 16:14:42 +00:00
* gitignore is updated * cypress is updated * json is updated * default test case is updated Co-authored-by: Ankit Nayan <ankit@signoz.io>
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"]
|
|
}
|