1
0
miroir de https://github.com/nextcloud/server.git synchronisé 2024-08-15 14:11:41 +02:00
nextcloud/cypress/tsconfig.json
John Molakvoæ 064fa10ecf
Extract colour from custom background
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-11-29 11:23:05 +01:00

8 lignes
147 B
JSON

{
"extends": "../tsconfig.json",
"include": ["./**/*.ts"],
"compilerOptions": {
"types": ["cypress", "dockerode", "cypress-wait-until"],
}
}