MrShi
昨天 26ebe244b9f52749d7b268ea03d069a5c999f0e1
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "paths": {
      "@/*": ["./src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}