mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-06 17:44:11 +00:00
19 lines
351 B
JSON
19 lines
351 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/app-server",
|
|
"target": "ES2022",
|
|
"types": [
|
|
"node",
|
|
"grecaptcha"
|
|
]
|
|
},
|
|
"files": [
|
|
"src/main.server.ts",
|
|
"server.ts"
|
|
],
|
|
"angularCompilerOptions": {
|
|
"entryModule": "./src/modules/app/server-app.module#ServerAppModule"
|
|
}
|
|
}
|