Skip to content

Commit

Permalink
Merge pull request #259 from Champs-Libres/common-dep
Browse files Browse the repository at this point in the history
frontend: add dependency to common.js
  • Loading branch information
lpofredc authored Aug 26, 2021
2 parents 197e64b + 45daa7a commit 4c486ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/tsconfig.server.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"extends": "./tsconfig.app.json",
"compilerOptions": {
"outDir": "../out-tsc/app-server",
"baseUrl": "."
"baseUrl": ".",
"module": "commonjs"
},
"angularCompilerOptions": {
"entryModule": "app/app.server.module#AppServerModule"
Expand Down

0 comments on commit 4c486ac

Please sign in to comment.