paperless-ngx/src-ui/cypress/tsconfig.json

9 lines
139 B
JSON
Raw Normal View History

2022-03-22 14:24:00 +01:00
{
"extends": "../tsconfig.json",
"include": ["**/*.ts"],
"compilerOptions": {
"sourceMap": false,
"types": ["cypress"]
}
}