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