Project

General

Profile

« Previous | Next » 

Revision 61397

[Connect]: Update trunk to angular 11. Delete branch angular-11

View differences:

tsconfig.server.json
1 1
{
2
  "extends": "../tsconfig.json",
2
  "extends": "./tsconfig.app.json",
3 3
  "compilerOptions": {
4
    "outDir": "../out-tsc/app",
5
    "baseUrl": "./",
6
    // Set the module format to "commonjs":
7
    "module": "commonjs",
4
    "outDir": "../out-tsc/app-server",
5
    "target": "es2016",
8 6
    "types": [
9 7
      "node"
10 8
    ]
11 9
  },
12
  "exclude": [
13
    "test.ts",
14
    "**/*.spec.ts"
10
  "files": [
11
    "main.server.ts",
12
    "../server.ts"
15 13
  ],
16
  // Add "angularCompilerOptions" with the AppServerModule you wrote
17
  // set as the "entryModule".
18 14
  "angularCompilerOptions": {
19
    "entryModule": "app/app.server.module#AppServerModule"
15
    "entryModule": "./app/app.server.module#AppServerModule"
20 16
  }
21 17
}

Also available in: Unified diff