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