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