14 lines
358 B
Text
Executable file
14 lines
358 B
Text
Executable file
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
{
|
|
"extends": "./<%= tsConfigExtends %>",
|
|
"compilerOptions": {
|
|
"outDir": "<%= relativePathToWorkspaceRoot %>/out-tsc/server",
|
|
"types": [
|
|
"node"<% if (hasLocalizePackage) { %>,
|
|
"@angular/localize"<% } %>
|
|
]
|
|
},
|
|
"files": [
|
|
"src/main.server.ts"
|
|
]
|
|
}
|