NET-Web-API-w-Angular/my-app/node_modules/@schematics/angular/server/files/root/tsconfig.server.json.template

15 lines
358 B
Text
Raw Normal View History

2024-02-08 19:38:41 -05:00
/* 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"
]
}