MrShi
13 小时以前 26ebe244b9f52749d7b268ea03d069a5c999f0e1
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}