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