mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
20 lines
334 B
JSON
20 lines
334 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"module": "es2015",
|
|
"target": "es5",
|
|
"noImplicitAny": false,
|
|
"sourceMap": false,
|
|
"skipLibCheck": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"lib": [
|
|
"dom",
|
|
"es2016"
|
|
]
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|