Skip to content

Instantly share code, notes, and snippets.

@ismcagdas
Created January 29, 2018 12:26
Show Gist options
  • Save ismcagdas/af563cebdf42758640181cfd6e63d6d4 to your computer and use it in GitHub Desktop.
Save ismcagdas/af563cebdf42758640181cfd6e63d6d4 to your computer and use it in GitHub Desktop.
Acme.HeroShop - tsconfig.server.json
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"baseUrl": "./",
"module": "commonjs",
"types": []
},
"exclude": [
"test.ts",
"**/*.spec.ts"
],
"angularCompilerOptions": {
"genDir": "ngfactory",
"entryModule": "app/app.server.module#AppServerModule"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment