mirror of
https://github.com/nextcloud/server.git
synced 2025-05-02 13:00:42 +00:00
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"
|
|
],
|
|
}
|
|
}
|