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