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