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