mirror of
https://github.com/nextcloud/server.git
synced 2026-03-08 18:28:16 +01:00
8 lines
162 B
JSON
8 lines
162 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["./**/*.ts"],
|
|
"compilerOptions": {
|
|
"types": ["cypress", "cypress-axe", "cypress-wait-until", "dockerode"],
|
|
}
|
|
}
|