''
liukangdong
2024-06-04 356fbaf0baa43b22113ddcf40345e459bee0c2fb
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}