Project

General

Profile

« Previous | Next » 

Revision 51074

Commit changes for angular-cli project changing configuration and project structure

View differences:

tsconfig.json
1 1
{
2
  "compileOnSave": false,
2 3
  "compilerOptions": {
3
    "target": "es5",
4
    "module": "commonjs",
5
    "outDir": "dist",
6
    "rootDir": ".",
4
    "outDir": "./dist/out-tsc",
7 5
    "sourceMap": true,
6
    "declaration": false,
7
    "moduleResolution": "node",
8 8
    "emitDecoratorMetadata": true,
9 9
    "experimentalDecorators": true,
10
    "moduleResolution": "node",
10
    "target": "es5",
11 11
    "typeRoots": [
12
      "typings/global",
13
      "typings/modules"
12
      "node_modules/@types"
14 13
    ],
15
    "lib": ["es5", "dom"]
16
  },
17
  "exclude": [
18
    "node_modules"
19
  ],
20
  "awesomeTypescriptLoaderOptions": {
21
    "useWebpackText": true
22
  },
23
  "angularCompilerOptions": {
24
    "debug": false
25
  },
26
  "compileOnSave": false,
27
  "buildOnSave": false,
28
  "atom": { "rewriteTsconfig": false }
29
}
14
    "lib": [
15
      "es2017",
16
      "dom"
17
    ]
18
  }
19
}

Also available in: Unified diff