mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-16 03:55:53 +08:00
11 lines
202 B
JSON
11 lines
202 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"target": "es5",
|
|
"lib": ["es5", "dom"],
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"isolatedModules": false
|
|
},
|
|
"include": ["../node_modules/cypress", "./**/*.ts"]
|
|
}
|