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