ll
liukangdong
2024-10-15 06775e6bc6fb45818af46cb668c856da9f2ed795
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}