mirror of
https://github.com/nextcloud/server.git
synced 2025-01-30 22:37:01 +00:00
105fa977d1
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 lines
190 B
JSON
7 lines
190 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["./**/*.ts"],
|
|
"compilerOptions": {
|
|
"types": ["@testing-library/cypress", "cypress", "cypress-axe", "cypress-wait-until", "dockerode"],
|
|
}
|
|
}
|