donal
2018-04-19 cb933d400035237a65f811748109746a3289504f
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 }