mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
28 lines
455 B
JSON
28 lines
455 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2021",
|
|
"lib": [
|
|
"es2021"
|
|
],
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext",
|
|
"noImplicitReturns": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"outDir": "./dist",
|
|
"sourceMap": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"types": [
|
|
"jasmine",
|
|
"node"
|
|
]
|
|
},
|
|
"include": [
|
|
"**/*.ts",
|
|
],
|
|
"exclude": [
|
|
"dist",
|
|
"test/fixture"
|
|
]
|
|
}
|