loulijun2021
2023-04-12 ce0e28fcace911ad76a4943aa1e925beb61bf058
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}