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