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