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