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