Skip to content

Instantly share code, notes, and snippets.

@cyrilletuzi
Created August 1, 2017 14:03
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 cyrilletuzi/62fc3a5ae2e9f5957b95f161337b2be8 to your computer and use it in GitHub Desktop.
Save cyrilletuzi/62fc3a5ae2e9f5957b95f161337b2be8 to your computer and use it in GitHub Desktop.
{
"extends": "./tsconfig.app.json",
"compilerOptions": {
"outDir": "../out-tsc/server",
/* For now, Node only understand CommonJS modules, so you can't stick to es2015 here */
"module": "commonjs"
},
"exclude": [
"test.ts",
"**/*.spec.ts"
],
/* Additional informations to bootstrap Angular */
"angularCompilerOptions": {
"entryModule": "app/app-server.module#AppServerModule"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment