Skip to content

Instantly share code, notes, and snippets.

@mugan86
Last active April 1, 2020 23:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mugan86/c73f8e8ac168e9d0d68520af54e3a18d to your computer and use it in GitHub Desktop.
Save mugan86/c73f8e8ac168e9d0d68520af54e3a18d to your computer and use it in GitHub Desktop.
Fichero configuración ts server
{
"extends": "./tsconfig.app.json",
"compilerOptions": {
"outDir": "./out-tsc/app-server",
"module": "commonjs",
"types": [
"node"
]
},
"files": [
"src/main.server.ts",
"server.ts"
],
"angularCompilerOptions": {
"entryModule": "./src/app/app.server.module#AppServerModule"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment