donal
2018-04-01 82de6c49e5fa5b836b01bf18c4ce6a9bcdd54716
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "include": [
      "./src/**/*"
    ],
    "compilerOptions": {
      "baseUrl": ".",
      "paths": {
          "components/*": [
              "src/components/*"
          ]
      }
  }
}