Blame view

src/tsconfig.json 517 Bytes
25ec1989   angular-cli   chore: initial co...
1
  {
ba2867b8   Administrator   first commit
2
3
      "compilerOptions": {
          "types": [
15520d4d   Yarik   TS types
4
5
              "hammerjs",
              "jquery"
ba2867b8   Administrator   first commit
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
          ],
          "baseUrl": "",
          "declaration": false,
          "emitDecoratorMetadata": true,
          "experimentalDecorators": true,
          "lib": ["es6", "dom"],
          "mapRoot": "./",
          "module": "es6",
          "moduleResolution": "node",
          "outDir": "../dist/out-tsc",
          "sourceMap": true,
          "target": "es5",
          "typeRoots": [
              "../node_modules/@types"
          ]
      }
  }