loulijun2021
2023-02-13 2bde9e1c0af40c5eeb001a5c99e5302e43be75ae
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}