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