Project

General

Profile

1
{
2
  "compilerOptions": {
3
    "target": "ES5",
4
    "module": "commonjs",
5
    "emitDecoratorMetadata": true,
6
    "experimentalDecorators": true,
7
    "sourceMap": true,
8
    "noEmitHelpers": true,
9
    "noUnusedLocals": true,
10
    "noUnusedParameters": true,
11
    "lib": ["es2015", "dom"]
12
  },
13
  "compileOnSave": false,
14
  "buildOnSave": false,
15
  "awesomeTypescriptLoaderOptions": {
16
    "forkChecker": true,
17
    "useWebpackText": true
18
  }
19
}
(7-7/10)