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