loulijun2021
2022-07-20 95fb18f99827a5eeefa1ebf661c6f6459646b87b
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}