unknown
2021-01-05 07fae6b200ff7001c9eeef231b928fe0a6d6206c
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}