jiangping
2025-06-11 ee23b6732074f65aebc4ef57b0b0c781dbe575d8
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}