mirror of
https://github.com/valitydev/redash.git
synced 2024-11-06 17:15:17 +00:00
8 lines
163 B
JSON
8 lines
163 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["cypress", "@percy/cypress", "@testing-library/cypress"]
|
|
},
|
|
"include": ["./**/*.ts"]
|
|
}
|