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