Fixiaobai
2023-08-30 e33394bf637c46a067aa990d494a9ea5f827cc06
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}