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