donal
2018-04-09 eb7f73ef819f920ba5264ee5f440097f295f32cf
commit | author | age
875958 1 {
D 2     "include": [
3       "./src/**/*"
4     ],
5     "compilerOptions": {
6       "baseUrl": ".",
7       "paths": {
8           "components/*": [
9               "src/components/*"
10           ]
11       }
12   }
13 }