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