mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
21 lines
333 B
JSON
21 lines
333 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": [
|
|
"**/*.ts",
|
|
"../cypress.config.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"sourceMap": false,
|
|
"typeRoots": [
|
|
"../node_modules",
|
|
"../node_modules/@types",
|
|
"../src/typings.d.ts"
|
|
],
|
|
"types": [
|
|
"cypress",
|
|
"cypress-axe",
|
|
"node"
|
|
]
|
|
}
|
|
}
|