tpage
2018-06-19 c16ddc4e070b30692a471bd7250a10815d6825de
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 }