Blame view

tsconfig.app.json 308 Bytes
136f52603   lsagona   initial commit
1
2
3
4
5
  /* To learn more about this file see: https://angular.io/config/tsconfig. */
  {
    "extends": "./tsconfig.json",
    "compilerOptions": {
      "outDir": "./out-tsc/app",
c4e00deb9   lsagona   add map
6
7
8
      "types": [
        "leaflet"
      ]
136f52603   lsagona   initial commit
9
10
11
12
13
14
15
16
17
    },
    "files": [
      "src/main.ts",
      "src/polyfills.ts"
    ],
    "include": [
      "src/**/*.d.ts"
    ]
  }