''
liukangdong
2024-05-28 797c27eb2cbe0ee4eb3c3a999b26bd5bd20d456f
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}