mirror of
https://github.com/nextcloud/server.git
synced 2026-02-11 14:54:02 -05:00
7 lines
147 B
JSON
7 lines
147 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["./**/*.ts"],
|
|
"compilerOptions": {
|
|
"types": ["cypress", "dockerode", "cypress-wait-until"],
|
|
}
|
|
}
|