loulijun2021
2024-03-15 8b363281b950c527c4f2b8ffeffe83cd7fcb77c7
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}